Updated flutter_riverpod dependency from ^3.0.3 to ^3.1.0.
This is a minor version update with backward-compatible changes.
Co-Authored-By: Claude <noreply@anthropic.com>
Updated the following packages to their latest safe versions:
- go_router: ^17.0.0 -> ^17.0.1 (patch)
- shared_preferences: ^2.5.3 -> ^2.5.4 (patch)
- build_runner: ^2.4.14 -> ^2.10.5 (minor)
- json_serializable: ^6.9.2 -> ^6.11.1 (minor, capped due to analyzer conflict)
- google_navigation_flutter: ^0.7.0 -> ^0.8.2 (minor)
Note: json_serializable was capped at 6.11.1 instead of 6.11.4 due to
analyzer version conflict with riverpod_generator ^3.0.3.
Co-Authored-By: Claude <noreply@anthropic.com>
Implements complete refactor of Ionic Angular logistics app to Flutter/Dart with:
- Svrnty dark mode console theme (Material Design 3)
- Responsive layouts (mobile, tablet, desktop) following FRONTEND standards
- CQRS API integration with Result<T> error handling
- OAuth2/OIDC authentication support (mocked for initial testing)
- Delivery route and delivery management features
- Multi-language support (EN/FR) with i18n
- Native integrations (camera, phone calls, maps)
- Strict typing throughout codebase
- Mock data for UI testing without backend
Follows all FRONTEND style guides, design patterns, and conventions.
App is running in dark mode and fully responsive across all device sizes.
Co-Authored-By: Claude <noreply@anthropic.com>