-
-
Notifications
You must be signed in to change notification settings - Fork 105
/
pubspec.yaml
64 lines (57 loc) · 1.76 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name: biometric_storage
description: |
Secure Storage: Encrypted data store optionally secured by biometric lock with support
for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorage).
version: 5.1.0-rc.5
homepage: https://github.com/authpass/biometric_storage/
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=2.8.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
logging: ">=1.0.0 <2.0.0"
plugin_platform_interface: ">=2.0.0 <3.0.0"
ffi: '>=1.0.0 <3.0.0'
win32: '>=2.0.0 <6.0.0'
web: ">=0.5.0 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The androidPackage and pluginClass identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: design.codeux.biometric_storage
pluginClass: BiometricStoragePlugin
ios:
pluginClass: BiometricStoragePlugin
macos:
pluginClass: BiometricStorageMacOSPlugin
linux:
pluginClass: BiometricStoragePlugin
windows:
dartPluginClass: Win32BiometricStoragePlugin
fileName: src/biometric_storage_win32.dart
web:
pluginClass: BiometricStoragePluginWeb
fileName: src/biometric_storage_web.dart
topics:
- biometrics
- encryption
- storage
- security
- secure-storage
screenshots:
- description: 'Face ID on iPhone'
path: doc/screenshot_ios.png