chore: Update dependencies to latest versions
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -24,7 +24,6 @@ class SecureCredentialStorage {
|
||||
/// Get Android-specific secure storage options
|
||||
AndroidOptions _getAndroidOptions() {
|
||||
return const AndroidOptions(
|
||||
encryptedSharedPreferences: true,
|
||||
sharedPreferencesName: 'conduit_secure_prefs',
|
||||
preferencesKeyPrefix: 'conduit_',
|
||||
// Avoid auto-wipe on transient errors; handle gracefully in code
|
||||
|
||||
Reference in New Issue
Block a user