v1.1.5+35
- overlay buttons - encrypted storage - downloadbutton (wip)
This commit is contained in:
@ -34,7 +34,11 @@ class ThemeNotifier extends StateNotifier<ThemeData> {
|
||||
final themeNotifierProvider = StateNotifierProvider<ThemeNotifier, ThemeData>((
|
||||
ref,
|
||||
) {
|
||||
return ThemeNotifier(secureStorage: FlutterSecureStorage());
|
||||
return ThemeNotifier(
|
||||
secureStorage: FlutterSecureStorage(
|
||||
aOptions: AndroidOptions(encryptedSharedPreferences: true),
|
||||
),
|
||||
);
|
||||
});
|
||||
|
||||
class CustomTheme {
|
||||
|
Reference in New Issue
Block a user