Riverpod + go_router с auth-guard, NavigationRail на широком экране и bottom bar на узком. Токены в flutter_secure_storage, на web access живёт в памяти. Интерцептор подставляет токен и делает ровно один refresh на 401. Деньги приходят строками и форматируются через Decimal: парсить их в double значило бы терять копейки ровно там, где бэкенд их бережёт.
5 lines
259 B
Dart
5 lines
259 B
Dart
/// Mirrors the `version:` line in `pubspec.yaml`. Flutter has no runtime
|
|
/// pubspec reader without an extra dependency (`package_info_plus`), so this
|
|
/// is a hand-maintained literal for now — bump it alongside pubspec.yaml.
|
|
const appVersion = '0.1.0+1';
|