forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (31 loc) · 856 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: local_auth
description: Flutter plugin for Android and iOS device authentication sensors
such as Fingerprint Reader and Touch ID.
homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth
version: 1.0.0-nullsafety.3
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.localauth
pluginClass: LocalAuthPlugin
ios:
pluginClass: FLTLocalAuthPlugin
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0-nullsafety.3
intl: ^0.17.0-nullsafety.2
platform: ^3.0.0-nullsafety.4
flutter_plugin_android_lifecycle: ^2.0.0-nullsafety
dev_dependencies:
integration_test:
path: ../integration_test
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
pedantic: ^1.10.0-nullsafety.1
environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"