flutter-template icon indicating copy to clipboard operation
flutter-template copied to clipboard

Flutter template project - Simple ToDo app with scalable project structure.

Results 14 flutter-template issues
Sort by recently updated
recently updated
newest added

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. ![001](https://user-images.githubusercontent.com/23090085/128043170-97feb30e-7665-4228-8347-919d926cce65.png) If you want to really sync...

A RenderFlex overflowed by 1.5 pixels on the bottom. ![Screenshot_20210731-120341](https://user-images.githubusercontent.com/23090085/127728160-06aaa5b5-1dba-43a9-baeb-5d51624942ae.png) If you want to keep the original style as much as possible and solve the error at the same time,...