flutter-template
flutter-template copied to clipboard
Flutter template project - Simple ToDo app with scalable project structure.
See https://flutter.dev/go/android-splash-migration
hi you are loading all the pre work of the app before the app loaded. ` await preAppConfig(); BlocOverrides.runZoned(() => runApp(App()), blocObserver: BlocEventsLogger());` in case of no internet or another...
This documentations contains false information(and it can be misleading) for example: /// To obtain an instance use `serviceLocator.get()` This is not correct and should be /// To obtain an instance...
The `showGenericErrorAlert` accepts a message that's intended for debugging purposes but this is not intuitive when developing so we need to simplify it, make it less application-specific since it contains...
When you click the return button on the upper left, it will trigger onPopPage, and then update _authNavState, but build() is not triggered.  If you want to really sync...
A RenderFlex overflowed by 1.5 pixels on the bottom.  If you want to keep the original style as much as possible and solve the error at the same time,...