App/Flutter
[ Flutter ] Unhandled Exception: setState() or markNeedsBuild() called during build. 해결
라넌.B
2023. 3. 30. 20:13
https://medium.com/flutter-community/flutter-lifecycle-for-android-and-ios-developers-8f532307e0c7
Flutter Lifecycle for Android and iOS Developers
One of the most confusing ideas transitioning from Android and/or iOS is to understand how Flutter handles its lifecycle.
medium.com
WidgetsBinding.instance!.addPostFrameCallback((_) {
_goodsController.selectOne(id);
});