forked from DavBfr/flutter_u2f
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
57 lines (52 loc) · 1.1 KB
/
pubspec.yaml
File metadata and controls
57 lines (52 loc) · 1.1 KB
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
name: u2f
description: >
FIDO Universal 2nd Factor.
Register a FIDO2 U2F key to your application
Verify a FIDO2 U2F key assertion
version: 2.0.0
repository: https://github.com/DavBfr/flutter_u2f
issue_tracker: https://github.com/DavBfr/flutter_u2f/issues
homepage: https://fidoalliance.org/specs/fido-u2f-v1.0-ps-20141009/fido-u2f-overview-ps-20141009.html
topics:
- auth
- fido
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
dependencies:
async: ^2.8.2
cbor: ^6.1.1
crypto: ^3.0.2
ffi: ^2.1.0
flutter:
sdk: flutter
flutter_nfc_kit: ^3.3.1
logging: ^1.1.0
plugin_platform_interface: ^2.1.0
pointycastle: ^3.6.0
web: ^0.5.1
dev_dependencies:
ffigen:
flutter_lints: ">=3.0.0"
flutter_test:
sdk: flutter
ffigen:
name: "Api"
output: "lib/generated_bindings.dart"
compiler-opts:
- "-Wno-nullability-completeness"
functions:
rename:
"hid_(.*)": "$1"
headers:
entry-points:
- "webauthn.h"
include-directives:
- "webauthn.h"
flutter:
plugin:
platforms:
macos:
ffiPlugin: true
windows:
ffiPlugin: true