Riverpod minimum boilerplate app
Features:
- type-safe routing
- organized theming
- internet checking
- authentication
- local storage
- logging
- error handling
- 100% coverage
Since code generation is heavily used, remember to run
dart run build_runner watch -d
when dealing with freezed, auto_route and riverpod
to use Sentry, set dart-define variable SENTRY_DNS
{ "name": "Debug run", "request": "launch", "type": "dart", "args": [ "--dart-define", "SENTRY_DNS=<YOUR_DNS>", ], },