feat(app): Flutter-клиент — логин, дашборд, потоки, категории, транзакции, правила
Riverpod + go_router с auth-guard, NavigationRail на широком экране и bottom bar на узком. Токены в flutter_secure_storage, на web access живёт в памяти. Интерцептор подставляет токен и делает ровно один refresh на 401. Деньги приходят строками и форматируются через Decimal: парсить их в double значило бы терять копейки ровно там, где бэкенд их бережёт.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/// 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';
|
||||
Reference in New Issue
Block a user