chore: Update dependencies to latest versions

This commit is contained in:
cogwheel
2025-12-20 11:18:16 +05:30
parent f8d0911b23
commit b90ba7abc7
6 changed files with 39 additions and 41 deletions

View File

@@ -10,7 +10,6 @@ import '../services/worker_manager.dart';
final secureStorageProvider = Provider<FlutterSecureStorage>((ref) {
return const FlutterSecureStorage(
aOptions: AndroidOptions(
encryptedSharedPreferences: true,
sharedPreferencesName: 'conduit_secure_prefs',
preferencesKeyPrefix: 'conduit_',
// Avoid auto-wipe on transient errors; handled at call sites instead.