Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 423 Bytes

20210331.md

File metadata and controls

12 lines (11 loc) · 423 Bytes

58 - Tyga

2021. 03. 31

  1. build 된 후 method 실행
WidgetsBinding.instance.addPostFrameCallback((_) => functionName(context));
  1. dart:io
  • files, directories, processes, sockets, WebSockets, and HTTP clients and servers를 다루는 API를 제공
  • 웹 서버를 위해 쓸 수 있지만 웹 앱을 위한 라이브러리는 아님.
  • For network functionality, use the http package.