-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
67 lines (61 loc) · 1.37 KB
/
pubspec.yaml
File metadata and controls
67 lines (61 loc) · 1.37 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
58
59
60
61
62
63
64
65
66
67
name: canokey_console
description: Manage your CanoKey via NFC or USB.
publish_to: 'none'
version: 1.1.3+13
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: 3.29.2
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.8
get: ^4.6.6
shared_preferences: ^2.3.3
provider: ^6.1.2
google_fonts: ^6.2.1
lucide_icons: ^0.257.0
url_launcher: ^6.3.1
file_picker: ^10.0.0
font_awesome_flutter: ^10.8.0
intl: ^0.19.0
flutter_nfc_kit: ^3.6.0
base32: ^2.1.3
convert: ^3.1.2
percent_indicator: ^4.2.4
timer_controller: ^1.0.0
loader_overlay: ^5.0.0
flutter_spinkit: ^5.2.1
fixnum: ^1.1.1
platform_detector: ^0.2.0
mobile_scanner: ^6.0.2
flutter_webrtc: ^0.13.1
fido2: ^0.0.4
ccid: ^0.1.8
device_info_plus: ^11.2.0
file_saver: ^0.2.14
basic_utils:
git:
url: https://github.com/dangfan/Dart-Basic-Utils.git
ref: 743c57a717a8425f9baf3f363f9359216dcb832e
rust_lib_canokey_console:
path: rust_builder
flutter_rust_bridge: 2.9.0
logger: ^2.5.0
audioplayers: ^6.1.0
package_info_plus: ^8.1.2
chinese_font_library: ^1.2.0
sentry_flutter: ^8.12.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/images/logo/
- assets/audio/
- rust/THIRD_PARTY_LICENSES.json
flutter_intl:
enabled: true