Merge pull request #301 from cogwheel0/update-dependencies

chore: Update dependencies to latest versions
This commit is contained in:
cogwheel
2025-12-20 22:22:43 +05:30
committed by GitHub
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.