This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 31
29
+ compileSdkVersion 33
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
flutter :
13
13
sdk : flutter
14
14
shared_preferences : ^2.0.5
15
- local_auth : ^1 .1.1
15
+ local_auth : ^2 .1.3
16
16
17
17
pin_lock :
18
18
# When depending on this package from a real application you should use:
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ class AuthenticatorImpl with WidgetsBindingObserver implements Authenticator {
277
277
try {
278
278
final isSuccessful = await _biometricAuth.authenticate (
279
279
localizedReason: userFacingExplanation,
280
- biometricOnly: true ,
280
+ options : AuthenticationOptions ( biometricOnly: true ) ,
281
281
);
282
282
if (isSuccessful) {
283
283
_lockController.unlock ();
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
16
16
dartz : ^0.10.1
17
17
flutter_bloc : ^8.0.1
18
18
equatable : ^2.0.3
19
- local_auth : ^1 .1.1
19
+ local_auth : ^2 .1.3
20
20
crypto : ^3.0.1
21
21
shared_preferences : ^2.0.5
22
22
You can’t perform that action at this time.
0 commit comments