-
[Flutter] Main함수를 비동기 선언시웹 and 앱 프로그래밍/Flutter 2022. 12. 28. 20:51
main함수안에 WidgetsFlutterBinding.ensureInitialized() 를선언 함으로써 비동기로 선언해준다.
void main() async { WidgetsFlutterBinding.ensureInitialized(); pass }
'웹 and 앱 프로그래밍 > Flutter' 카테고리의 다른 글
[Flutter] factory (0) 2022.12.29 [Flutter] get and set (0) 2022.12.28 [Flutter] () => 란 (0) 2022.12.25 [Flutter]크롤링 중 한글이 이상할 때 EX) (0) 2022.12.24 [Flutter]Scaffold (0) 2022.12.24