-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (29 loc) · 908 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
33 lines (29 loc) · 908 Bytes
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
name: biometric_signature
description: Hardware-backed biometric authentication for Flutter (Android, iOS, macOS, Windows). Create cryptographic signatures using Secure Enclave, StrongBox, and Windows Hello.
topics: [biometrics, secure-enclave, strongbox, rsa, ecdsa]
version: 13.0.0
homepage: https://github.com/chamodanethra/biometric_signature
environment:
sdk: '>=3.5.0 <4.0.0'
flutter: '>=3.24.5'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
pigeon: ^25.3.2
flutter:
plugin:
platforms:
android:
package: com.visionflutter.biometric_signature
pluginClass: BiometricSignaturePlugin
ios:
pluginClass: BiometricSignaturePlugin
macos:
pluginClass: BiometricSignaturePlugin
windows:
pluginClass: BiometricSignaturePlugin