From be850c27c60cd74607ca6f14dba9e92d08d49c59 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Mon, 21 Jul 2025 15:14:45 +0530 Subject: [PATCH] Fix dependency --- mobile/packages/lock_screen/pubspec.lock | 9 +++++---- mobile/packages/lock_screen/pubspec.yaml | 5 ++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/mobile/packages/lock_screen/pubspec.lock b/mobile/packages/lock_screen/pubspec.lock index 29bd04fca3..adae66b006 100644 --- a/mobile/packages/lock_screen/pubspec.lock +++ b/mobile/packages/lock_screen/pubspec.lock @@ -409,10 +409,11 @@ packages: flutter_local_authentication: dependency: "direct main" description: - name: flutter_local_authentication - sha256: eb2e471ba77fbc42b6ce8b358939dc9878dc71fcce5a482a8ddcb045563d87cd - url: "https://pub.dev" - source: hosted + path: "." + ref: "1ac346a04592a05fd75acccf2e01fa3c7e955d96" + resolved-ref: "1ac346a04592a05fd75acccf2e01fa3c7e955d96" + url: "https://github.com/eaceto/flutter_local_authentication" + source: git version: "1.2.0" flutter_localizations: dependency: transitive diff --git a/mobile/packages/lock_screen/pubspec.yaml b/mobile/packages/lock_screen/pubspec.yaml index 02b553a96f..e5906cfc6a 100644 --- a/mobile/packages/lock_screen/pubspec.yaml +++ b/mobile/packages/lock_screen/pubspec.yaml @@ -26,7 +26,10 @@ dependencies: ente_utils: path: ../utils flutter_animate: ^4.1.0 - flutter_local_authentication: ^1.1.11 + flutter_local_authentication: + git: + url: https://github.com/eaceto/flutter_local_authentication + ref: 1ac346a04592a05fd75acccf2e01fa3c7e955d96 flutter_secure_storage: ^9.0.0 local_auth: ^2.1.8 logging: ^1.1.1