-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
147 lines (134 loc) · 3.42 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
name: paycool
description: Crypto payment application
version: 2.4.153+228
publish_to: "none"
environment:
sdk: ">=2.19.0 <3.0.0"
dependency_overrides:
convert: ^3.1.0
bs58check: ^1.0.1
hex: ^0.2.0
encrypt: 5.0.1
image_picker_android: 0.8.4+13
# kyc:
# path: "../exchangily-packages/kyc"
# eth_abi_codec:
# path: "../exchangily-packages/open_source_packages/dart_eth_abi_codec"
dependencies:
aukfa_version_checker:
git:
url: https://github.com/blockchaingate/exchangily-packages.git
path: aukfa_version_checker
ref: main
auto_size_text: ^3.0.0
bitbox:
git:
url: https://github.com/blockchaingate/exchangily-packages.git
path: open_source_packages/bitbox_flutter
bitcoin_flutter:
git:
url: https://github.com/blockchaingate/exchangily-packages.git
path: open_source_packages/bitcoin_flutter
cached_network_image: ^3.2.3
card_swiper: null
cupertino_icons: ^1.0.5
decimal: ^2.2.0
device_info: ^2.0.2
eth_abi_codec:
git:
url: https://github.com/blockchaingate/exchangily-packages.git
path: open_source_packages/dart_eth_abi_codec
exchangily_ui:
git:
url: https://github.com/blockchaingate/exchangily-packages.git
path: exchangily_ui
ref: main
flutter:
sdk: flutter
flutter_dotenv: null
flutter_i18n: null
flutter_launcher_icons: null
flutter_localizations:
sdk: flutter
flutter_svg: ^2.0.0+1
flutter_treeview: ^1.0.7+1
font_awesome_flutter: ^10.2.1
hive: ^2.2.3
hive_flutter: ^1.1.0
image_picker: ^0.8.6+1
intl_translation: ^0.18.0
keccak:
git:
url: https://github.com/blockchaingate/exchangily-packages.git
path: open_source_packages/keccak
kyc:
git:
url: https://github.com/blockchaingate/exchangily-packages.git
path: kyc
ref: main
launch_review: ^3.0.1
local_auth: ^2.1.6
logger: ^1.1.0
majascan: null
material_design_icons_flutter: ^6.0.7096
observable_ish: null
overlay_support: ^2.1.0
package_info: ^2.0.2
pagination_widget:
git:
url: https://github.com/blockchaingate/exchangily-packages.git
path: pagination_widget
ref: main
path_provider: ^2.0.4
protobuf: ^2.0.0
qr_code_utils: ^0.0.1
qr_flutter: ^4.1.0
rflutter_alert: ^2.0.7
screenshot: ^2.1.0
share_plus: ^7.0.2
shared_preferences: null
shimmer: ^2.0.0
sqflite: ^2.1.0+1
stacked: ^3.1.0+3
stacked_services: ^1.1.0
tree_view: ^0.0.5
upgrader: ^6.0.1
url_launcher: ^6.1.12
version: ^3.0.2
web3dart: ^2.0.0
webview_flutter: ^4.0.2
modal_progress_hud_nsn: ^0.4.0
walletconnect_flutter_v2: ^2.1.4
dev_dependencies:
build_runner: ^2.4.6
hive_generator: ^2.0.1
flutter_lints: null
flutter_test:
sdk: flutter
intl: null
flutter:
uses-material-design: true
assets:
- assets/animations/
- assets/images/
- assets/images/start-page/
- assets/images/img/
- assets/images/flags/
- assets/images/wallet-page/
- assets/images/paycool/
- assets/pages/index.html
- assets/images/shared/
- assets/images/club/
- assets/images/launcher/
- assets/i18n/
- envs/
flutter_icons:
image_path: "assets/images/launcher/paycool-logo-v1.jpg"
android: true
ios: true
fonts:
- family: WorkSans
fonts:
- asset: assets/fonts/Work_Sans/WorkSans-SemiBold.ttf
- asset: assets/fonts/Work_Sans/WorkSans-Bold.ttf
- asset: assets/fonts/Work_Sans/WorkSans-Thin.ttf