Add dependency on local_auth

This commit is contained in:
Vishnu Mohandas 2021-03-19 18:57:29 +05:30
parent 65919592c6
commit 1cab990360
17 changed files with 24 additions and 5 deletions

View file

@ -210,7 +210,7 @@ packages:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.1"
version: "6.1.0"
flutter:
dependency: "direct main"
description: flutter
@ -293,6 +293,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
flutter_secure_storage:
dependency: "direct main"
description:
@ -395,7 +402,7 @@ packages:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
version: "0.17.0"
js:
dependency: transitive
description:
@ -417,6 +424,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
local_auth:
dependency: "direct main"
description:
name: local_auth
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
logging:
dependency: "direct main"
description:
@ -577,7 +591,7 @@ packages:
name: platform
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
version: "3.0.0"
platform_detect:
dependency: transitive
description:
@ -605,7 +619,7 @@ packages:
name: process
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.13"
version: "4.1.0"
progress_dialog:
dependency: "direct main"
description:

View file

@ -77,6 +77,7 @@ dependencies:
huge_listview:
git: https://github.com/deakjahn/huge_listview.git
package_info_plus: ^0.6.4
local_auth: ^1.1.0
dev_dependencies:
flutter_test:

View file

@ -0,0 +1,2 @@
#Fri Mar 19 17:11:48 IST 2021
gradle.version=6.5.1

Binary file not shown.

View file

@ -0,0 +1,2 @@
#Fri Mar 19 17:11:40 IST 2021
gradle.version=6.5.1

View file

@ -15,7 +15,7 @@ dependencies:
device_info: ^0.4.1+4
logging: ^0.11.4
sentry: ^3.0.1
intl: ^0.16.1
intl: ^0.17.0
path: ^1.6.4
path_provider: ^1.6.0