fix: trying to solve fprints on linux
This commit is contained in:
parent
0cb02533c7
commit
a56a08630b
2 changed files with 9 additions and 5 deletions
|
@ -523,10 +523,11 @@ packages:
|
|||
flutter_local_authentication:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_local_authentication
|
||||
sha256: eb2e471ba77fbc42b6ce8b358939dc9878dc71fcce5a482a8ddcb045563d87cd
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
path: "."
|
||||
ref: patch-1
|
||||
resolved-ref: "37237c55b2b96cfbf141de1d566a8fa6c7e6680f"
|
||||
url: "https://github.com/prateekmedia/flutter_local_authentication"
|
||||
source: git
|
||||
version: "1.2.0"
|
||||
flutter_local_notifications:
|
||||
dependency: "direct main"
|
||||
|
|
|
@ -45,7 +45,10 @@ dependencies:
|
|||
flutter_email_sender: ^6.0.2
|
||||
flutter_inappwebview: ^6.0.0
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
flutter_local_authentication: ^1.2.0
|
||||
flutter_local_authentication:
|
||||
git:
|
||||
url: https://github.com/prateekmedia/flutter_local_authentication
|
||||
ref: patch-1
|
||||
flutter_local_notifications: ^16.3.1+1
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
|
|
Loading…
Add table
Reference in a new issue