forked from spruceid/wallet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
107 lines (90 loc) · 2.13 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name: credible
description: Credible Wallet
publish_to: 'none'
version: 0.1.0+15
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
flutter_modular: ^5.0.0
flutter_bloc: ^8.0.1
bloc: ^8.0.3
rxdart: ^0.26.0
dio: ^4.0.6
sembast: ^3.2.0
sembast_web: ^2.0.1+1
uuid: ^3.0.6
flutter_svg: ^1.0.3
google_fonts: ^2.3.1
font_awesome_flutter: ^10.1.0
cupertino_icons: ^1.0.4
qr_flutter: ^4.0.0
qr_code_scanner: ^1.0.0
path: ^1.8.0
path_provider: ^2.0.9
flutter_secure_storage: ^5.0.2
js: ^0.6.3
ed25519_hd_key: ^2.2.0
bip39:
git:
url: https://github.com/spruceid/dart-bip39
ref: fix/23/uniform-random
didkit:
path: ../didkit/lib/flutter
package_info_plus: ^1.4.2
flutter_markdown: ^0.6.9+1
url_launcher: ^6.0.20
logging: ^1.0.2
shared_preferences: ^2.0.13
local_auth: ^1.1.11
secure_application: ^3.8.0
provider: ^6.0.2
dio_logging_interceptor: ^1.0.1
ffi: ^2.0.1
flutter_rust_bridge: ^1.62.1
freezed_annotation: ^2.2.0
expandable: ^5.0.1
flutter_json_viewer: ^1.0.1
timeline_tile: ^2.0.0
dev_dependencies:
build_runner: ^2.3.3
ffigen: ^7.2.4
flutter_test:
sdk: flutter
#intl_translation: ^0.17.10
freezed: ^2.3.2
pedantic: ^1.11.1
flutter_launcher_icons: ^0.10.0
flutter_icons:
android: true
ios: false
image_path: "assets/launcher_icon.png"
flutter:
generate: true
uses-material-design: true
assets:
- assets/brand/logo-full.svg
- assets/brand/logo-circular.svg
- assets/brand/logo-title.svg
- assets/brand/logo-subtitle.svg
- assets/brand/logo-splash.svg
- assets/brand/logo-minimal.svg
- assets/brand/spruce-icon.svg
- assets/icon/domain.svg
- assets/icon/profile.svg
- assets/icon/profile-filled.svg
- assets/icon/qr-code.svg
- assets/icon/wallet.svg
- assets/icon/wallet-filled.svg
- assets/icon/location-target.svg
- assets/icon/time-clock.svg
- assets/image/gen.svg
- assets/image/scan.svg
- assets/privacy.md
- assets/support.md
- assets/notices.md
- assets/terms_conditions.md