diff --git a/pubspec.lock b/pubspec.lock index 9221175ed..f0d1ce205 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index f0df09a8c..9bc95eeda 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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