forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
35 lines (31 loc) · 806 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 devices to allow local
authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth
version: 1.1.4
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.localauth
pluginClass: LocalAuthPlugin
ios:
pluginClass: FLTLocalAuthPlugin
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
intl: ^0.17.0
platform: ^3.0.0
flutter_plugin_android_lifecycle: ^2.0.1
dev_dependencies:
integration_test:
sdk: flutter
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
pedantic: ^1.10.0
environment:
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.12.13+hotfix.5"