setstate (3) 썸네일형 리스트형 [Flutter] Provider - errors(Provider with Navigator.push) 오늘은 Provider 관련 에러들에 대해서 알아보겠습니다. 개발환경 : 윈도우11, 안드로이드 스튜디오(Arctic Fox 2020.3.1 Patch 4), flutter 2.10 소스코드 - https://github.com/mike-bskim/provider_overview GitHub - mike-bskim/provider_overview Contribute to mike-bskim/provider_overview development by creating an account on GitHub. github.com 화면 랜더링과 동시에 페이지이동(Navigator) 할때 나오는 에러입니다. ======== Exception caught by widgets library ======== The fo.. [Flutter] Provider - errors(provider with StatefulWidget) 오늘은 Provider 관련 에러들에 대해서 알아보겠습니다. 개발환경 : 윈도우11, 안드로이드 스튜디오(Arctic Fox 2020.3.1 Patch 4), flutter 2.10 소스코드 - https://github.com/mike-bskim/provider_overview GitHub - mike-bskim/provider_overview Contribute to mike-bskim/provider_overview development by creating an account on GitHub. github.com Provider 를 사용하지만 경우에 따라서 StatefulWidget 과 같이 사용하는 경우가 있다. 이럴때 흔히 만나는 에러 메시지중에 아래와 같은 메시지가 있다. ======== .. [Flutter] setState 오늘은 setState 에 대해서 정리했습니다. 개발환경 : 윈도우11, 안드로이드 스튜디오(Arctic Fox 2020.3.1 Patch 4), flutter 2.10 소스코드 위치 - Release setState_Test · mike-bskim/provider_overview (github.com) Release setState_Test · mike-bskim/provider_overview github.com setState 를 사용하면 얼마나 많은 부분을 다시 랜더링할까요? 몇단계의 위젯으로 나눠서 아래와 같은 앱을 만들었습니다. 먼저 화면설명은 아래와 같습니다. 앱을 실행하면 처음에 아래와 같이 각 위젯별 build 로그를 출력됩니다. I/flutter ( 5490): -------------.. 이전 1 다음