🚀 Launch 3.0.0+107

This commit is contained in:
2025-06-26 02:23:36 +08:00
parent 2a3276973c
commit 825e6b5b6d
10 changed files with 61 additions and 15 deletions

View File

@ -106,7 +106,9 @@ class _PaymentContent extends ConsumerStatefulWidget {
class _PaymentContentState extends ConsumerState<_PaymentContent> {
static const String _pinStorageKey = 'app_pin_code';
static final _secureStorage = FlutterSecureStorage();
static final _secureStorage = FlutterSecureStorage(
aOptions: AndroidOptions(encryptedSharedPreferences: true),
);
final LocalAuthentication _localAuth = LocalAuthentication();