diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-21 07:55:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-21 07:55:35 +0300 |
| commit | faa3cf36bc5b57e8b133eab8df90110b80eb4cf7 (patch) | |
| tree | c153cb0e335f498968b562456d82ae5afe81da11 /player-android/pubspec.yaml | |
| parent | 893e2aca022e6e9d72019a80b866334a777f60cc (diff) | |
Implement SettingsScreen with AuthGuard and settings persistence (sa)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'player-android/pubspec.yaml')
| -rw-r--r-- | player-android/pubspec.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/player-android/pubspec.yaml b/player-android/pubspec.yaml index ddd5d0d..c693cff 100644 --- a/player-android/pubspec.yaml +++ b/player-android/pubspec.yaml @@ -17,6 +17,9 @@ dependencies: flutter_riverpod: ^2.6.1 # go_router: declarative routing for Flutter; replaces imperative Navigator calls. go_router: ^14.8.1 + # shared_preferences: persists simple key-value settings (e.g. server base URL) + # using platform-native storage (SharedPreferences on Android, NSUserDefaults on iOS). + shared_preferences: ^2.3.2 dev_dependencies: flutter_test: |
