-
Notifications
You must be signed in to change notification settings - Fork 14
/
pubspec.yaml
166 lines (159 loc) · 4.18 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
name: altme
description: AltMe Flutter App
version: 2.16.3+538
publish_to: "none" # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=3.1.0 <4.0.0"
dependencies:
app_links: ^6.2.0
asn1lib: 1.5.3
async: ^2.11.0
auto_size_text: ^3.0.0
badges: ^3.1.1
beacon_flutter:
git:
url: https://github.com/TalaoDAO/beacon.git
ref: fca8038d3c6378341a2e57d2cb1cceaba9f35561
# beacon_flutter:
# path: ../beacon
bip39: ^1.0.6
bloc: ^8.1.2
cached_network_image: ^3.2.3
camera: ^0.10.5+2
confetti: ^0.7.0
connectivity_plus: ^5.0.2
convert: ^3.1.1
credential_manifest:
path: packages/credential_manifest
crypto: ^3.0.3
cryptocurrency_keys:
path: packages/cryptocurrency_keys
dart_jsonwebtoken: ^2.12.1
dartez:
git:
url: https://github.com/TalebRafiepour/Dartez.git
ref: main
decimal: ^2.3.3
device_info_plus: ^9.0.1
devicelocale: ^0.7.0
did_kit:
path: packages/did_kit
dio: 5.6.0
dotted_border: ^2.0.0+3
ed25519_hd_key: ^2.2.0
equatable: ^2.0.5
eth_sig_util: ^0.0.9
fast_base58: ^0.2.1
file_picker: ^6.1.1
file_saver: ^0.2.4
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
flutter_chat_types: ^3.6.1
flutter_chat_ui: ^1.6.8
flutter_dotenv: ^5.0.2
flutter_html: ^3.0.0-beta.1
flutter_image_compress: ^2.0.3
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.6.9 #flutter_markdown ^0.6.14 requires markdown ^7.0.0
flutter_native_timezone: ^2.0.0
flutter_olm: ^1.4.1
flutter_openssl_crypto: ^0.3.0
flutter_slidable: ^3.1.1
flutter_svg: ^2.0.6
google_fonts: 6.1.0
#google_mlkit_face_detection: ^0.5.0
google_mlkit_barcode_scanning: ^0.10.0
image: ^4.0.17
image_picker: ^1.0.7
jose_plus: ^0.4.5
json_annotation: ^4.8.1
json_path: ^0.7.2
jwt_decode:
path: packages/jwt_decode
key_generator:
path: packages/key_generator
local_auth: ^2.1.6
markdown: ^7.2.0 #matrix 0.20.2 depends on markdown ^4.0.0
matrix: ^0.25.5
mime: ^1.0.4
mobile_scanner: ^3.2.0
model_viewer_plus: ^1.7.0
network_image_mock: ^2.1.1
no_screenshot: ^0.0.1+6
oidc4vc:
path: packages/oidc4vc
open_filex: ^4.3.2
path: ^1.8.3
permission_handler: ^11.0.1
platform_device_id: ^1.0.1
polygonid:
path: packages/polygonid
pretty_qr_code: ^3.1.0
qr_flutter: ^4.1.0
random_string: ^2.3.1
secure_application: ^3.8.0
secure_storage:
path: packages/secure_storage
share_plus: ^7.0.2
shared_preferences: ^2.2.3
shimmer: ^3.0.0
stream_channel: ^2.1.1
switcher: ^1.0.0
tezart:
git:
url: https://github.com/autonomy-system/tezart.git
ref: 85070e8ddafe5140c0bfd2cb9d569ecf986e7234
timezone: ^0.9.2
url_launcher: ^6.1.11
visibility_detector: ^0.4.0+2
walletconnect_flutter_v2: ^2.3.0
webview_flutter: ^4.2.1
webview_flutter_android: ^3.7.1
webview_flutter_wkwebview: ^3.4.4
x509: ^0.2.4+2
dependency_overrides:
ffi: 2.1.0 #didkit from path which depends on ffi ^1.0.0
http: ^1.0.0 #web3dart ^2.6.1 reqgetuires http ^0.13.5
intl: ^0.19.0 #force pinned version of intl because polygonID use older version
# logger: ^2.0.1
package_info_plus: ^7.0.0 #polygonid from path requires package_info_plus ^4.0.1
permission_handler_platform_interface: 4.2.2 #issue on ios when getting openId configuration for local testing credentials
pointycastle: ^3.7.4 #polygonid from path requires pointycastle 3.7.3
uuid: ^3.0.7 #web3dart >=2.7.2 depends on uuid ^4.0.0
web3dart: ^2.5.1 #alletconnect_flutter_v2 >=2.2.2-beta01 depends on web3dart ^2.7.3
dev_dependencies:
bloc_test: ^9.1.2
build_runner: ^2.4.4
fake_async: ^1.3.1
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
http_mock_adapter: ^0.6.0
json_serializable: ^6.7.0
mockingjay: ^0.5.0
mockito: ^5.4.1
mocktail: ^1.0.2
very_good_analysis: ^5.0.0+1
flutter:
uses-material-design: true
generate: true
assets:
- .env
- google_fonts/
- assets/
- assets/abi/
- assets/splash/
- assets/icon/
- assets/image/
- assets/privacy/
- assets/terms/
- assets/notices/
- assets/faq.json
flutter_icons:
android: "ic_launcher"
ios: true
remove_alpha_ios: true
image_path: "assets/launcher_icon.png"
min_sdk_android: 21