The project is a reference sample of a CRUD Flutter app
Features:
- internationalization
- routing (auto_route)
- bloc, get_it
- themes changing on the fly
- fonts
- shimmer effect while loading
- linter rules
To do:
- add bottom bar
- add connectivity check
- add permissions check
Flutter version: 1.22.6
Build: clone the repo and run flutter build apk --target-platform android-arm64 --release
apk file can be found in the root of the project