-
Notifications
You must be signed in to change notification settings - Fork 71
/
pubspec.yaml
194 lines (178 loc) · 6.75 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
name: app
description: Polkawallet built with Flutter.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.i.eventId == 'Reward';
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.7.0+3701
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
json_annotation: ^4.8.0
get_storage: ^2.0.2
biometric_storage: ^4.1.1
# device_info: ^2.0.1
package_info: ^2.0.2
uni_links: ^0.5.1
firebase_core: ^2.24.0
firebase_analytics: ^10.7.2
flutter_screenutil: ^5.0.0+2
# firebase_messaging: 10.0.5
another_transformer_page_view: ^2.0.1
polkawallet_ui: ^0.5.4+1
polkawallet_sdk: ^0.5.4+1
ethereum_addresses: ^1.0.2
update_app:
git:
url: https://github.com/mofada/flutter_update_app.git
ref: c9e0f9ba9a7fe35aec0312847a4e481e4923cce1
jpush_flutter:
git:
url: https://github.com/polkawallet-io/jpush-flutter-plugin.git
ref: 23e6265cb2de247e3b8fc3a225b71d1e8c02fcf9
polkawallet_plugin_kusama:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_kusama.git
ref: 1ef0a77d0304e8ff9f3518237214cfe130079187
polkawallet_plugin_acala:
git:
url: https://github.com/AcalaNetwork/polkawallet_plugin_acala.git
ref: 1eb9c05f27a01e663eca979cfc31934c37ba50d5
polkawallet_plugin_karura:
git:
url: https://github.com/AcalaNetwork/polkawallet_plugin_karura.git
ref: c843e1e0f50a871856007a3a06ca03a3171ab799
polkawallet_plugin_evm:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_evm.git
ref: 4fc686f886945491ebdfff77d91992d108537947
polkawallet_plugin_statemine:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_statemine.git
ref: 54343226552802b24e57759b9a41f598bb4671f0
polkawallet_plugin_bifrost:
git:
url: https://github.com/bifrost-finance/polkawallet_plugin_bifrost.git
ref: b5677954c17432ca6b32da4dd31929b0fa0c3171
polkawallet_plugin_edgeware:
git:
url: https://github.com/remzrn/polkawallet_plugin_edgeware.git
ref: 11be316dc77b721d41ed6774fbf8d444a5a8eaa9
polkawallet_plugin_dbc:
git:
url: https://github.com/DeepBrainChain/PolkaWallet_Plugin_DBC
ref: 1cfd68ebbee73f2cf211dedf5eaf9332e8399a8d
polkawallet_plugin_robonomics:
git:
url: https://github.com/Multi-Agent-io/polkawallet_plugin_robonomics.git
ref: 480a3872cc684b72f3d1dad9e05871ea0dd82f04
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
# flutter_bugly: ^0.4.3
# flutter_bugly_play:
# git:
# url: https://github.com/polkawallet-io/flutter_bugly.git
# ref: da653ff78e269d011d1224e368e70703794601a1
flutter_mobx: ^2.0.0
flutter_svg: ^1.0.3
card_swiper: ^2.0.3
simple_shadow: ^0.2.0
sticky_headers: ^0.2.0
dependency_overrides:
web_socket_channel: 2.2.0
# polkawallet_plugin_kusama:
# path: ../../coding/polkawallet/polkawallet_plugin_kusama
# polkawallet_plugin_acala:
# path: ../../coding/polkawallet/polkawallet_plugin_acala
# polkawallet_plugin_karura:
# path: ../../coding/polkawallet/polkawallet_plugin_karura
# polkawallet_plugin_statemine:
# path: ../../coding/polkawallet/polkawallet_plugin_statemine
# polkawallet_plugin_evm:
# path: ../../coding/polkawallet/polkawallet_plugin_evm
polkawallet_ui: ^0.5.6
polkawallet_sdk: ^0.6.3
# polkawallet_ui:
# path: ../../coding/polkawallet/ui
# polkawallet_sdk:
# path: ../../coding/polkawallet/sdk
charts_flutter:
git:
url: https://github.com/google/charts
path: charts_flutter
flutter_svg: ^1.1.3
cached_network_image: ^3.2.0
flutter_html: ^3.0.0-alpha.6
flutter_slidable: ^1.2.0
platform: ^3.1.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.3
mobx_codegen: ^2.0.1+3
json_serializable: ^6.6.1
# build_runner: ^1.10.9
# mobx_codegen: ^1.1.1
flutter_launcher_icons: ^0.9.0
rive: ^0.9.0
flutter_lints: ^2.0.1
orientation: ^1.3.0
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/icon.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/images/
- assets/images/public/
- assets/images/icons/
- assets/images/plugins/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
fonts:
- family: BebasNeue
fonts:
- asset: assets/fonts/BebasNeue.otf
weight: 700
- family: TitilliumWeb
fonts:
- asset: assets/fonts/TitilliumWeb-SemiBold.ttf
- asset: assets/fonts/TitilliumWeb-Black.ttf
- asset: assets/fonts/TitilliumWeb-Bold.ttf
- asset: assets/fonts/TitilliumWeb-BoldItalic.ttf
- asset: assets/fonts/TitilliumWeb-ExtraLight.ttf
- asset: assets/fonts/TitilliumWeb-ExtraLightItalic.ttf
- asset: assets/fonts/TitilliumWeb-Italic.ttf
- asset: assets/fonts/TitilliumWeb-Light.ttf
- asset: assets/fonts/TitilliumWeb-LightItalic.ttf
- asset: assets/fonts/TitilliumWeb-Regular.ttf
- asset: assets/fonts/TitilliumWeb-SemiBoldItalic.ttf
- family: SF_Pro
fonts:
- asset: assets/fonts/SF-Pro-Text-Light.otf
- asset: assets/fonts/SF-Pro-Text-Regular.otf
- asset: assets/fonts/SF-Pro-Text-Semibold.otf