-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpubspec.yaml
34 lines (30 loc) · 939 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
name: flutter_local_authentication
description: "A flutter plugin that allows access to Local Authentication / Biometrics on iOS, macOS, Linux and Android."
version: 1.2.0
homepage: "https://eaceto.dev"
repository: "https://github.com/eaceto/flutter_local_authentication/"
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
plugin:
platforms:
android:
package: dev.eaceto.mobile.oss.flutter.flutter_local_authentication
pluginClass: FlutterLocalAuthenticationPlugin
ios:
pluginClass: FlutterLocalAuthenticationPlugin
linux:
pluginClass: FlutterLocalAuthenticationPlugin
macos:
pluginClass: FlutterLocalAuthenticationPlugin
windows:
pluginClass: FlutterLocalAuthenticationPluginCApi