flutter-template
flutter-template copied to clipboard
Flutter template project - Simple ToDo app with scalable project structure.
Modal Bottom sheet is being imported from both the Material library and the modal_bottom_sheet package, resulting with build error in 'widget/modal_sheet_presentation.dart' Fixed by updating the modal bottom sheet package and...
The idea behind this PR is to simplify the usage of the template and not have to delete half of the stuff when creating a new project. The ToDo app...
Migration guide: https://dart.dev/resources/dart-3-migration
It would be nice to have a pre-commit hook already set up. `flutter format . `to assure the style of the code. `flutter analyze` to analyze our dart code. `flutter...