-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubspec.yaml
149 lines (138 loc) · 4.34 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
name: ax_dapp
description: Athlete performance prediction market.
# 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.
# 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: 2.5.0
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
auto_size_text: ^3.0.0
badges: ^3.1.2
cache:
path: packages/cache
cloud_firestore: ^4.8.0
config_repository:
path: packages/config_repository
cupertino_icons: ^1.0.5
encrypt: ^5.0.3
equatable: ^2.0.3
ethereum_api:
path: packages/ethereum_api
firebase_analytics: ^10.1.0
firebase_auth: ^4.11.1
firebase_core: ^2.4.1
flutter:
sdk: flutter
flutter_bloc: ^8.0.1
flutter_device_type: ^0.4.0
flutter_launcher_icons: ^0.11.0
font_awesome_flutter: ^10.1.0
get: ^4.6.5
go_router: ^14.1.1
graphql_flutter: ^5.1.2
intl: ^0.17.0
league_repository:
path: packages/league_repository
local_auth: ^2.1.0
modal_progress_hud_nsn: ^0.5.1
motion_toast: ^2.3.2
multi_select_flutter: ^4.1.3
postgres: ^3.2.0
property_change_notifier: ^0.3.0
provider: ^6.0.3
qr_flutter: ^4.1.0
retrofit: ^3.0.1+1
share_plus: ^4.0.10
shared:
path: packages/shared
shared_preferences: ^2.0.15
syncfusion_flutter_charts: ^21.2.4
toggle_switch: ^2.0.1
tokens_repository:
path: packages/tokens_repository
tracking_repository:
path: packages/tracking_repository
universal_html: ^2.2.4
url_launcher: ^6.1.5
url_launcher_web: ^2.0.12
use_cases:
path: packages/use_cases
user_authentication:
path: packages/user_authentication
velocity_x: ^4.1.1
wallet_repository:
path: packages/wallet_repository
webfeed: ^0.7.0
dependency_overrides:
async: 2.8.0
meta: 1.8.0
web3dart:
git:
ref: fix/build-runner
url: https://github.com/SportsToken/web3dart.git
dev_dependencies:
analyzer: ^5.13.0
build_runner: ^2.2.0
flutter_test:
sdk: flutter
json_serializable: ^6.3.1
mockito: ^5.2.0
retrofit_generator: ^4.0.2
test:
very_good_analysis: ^5.1.0
# 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
fonts:
- family: OpenSans
fonts:
- asset: assets/fonts/OpenSans-Regular.ttf
- asset: assets/fonts/OpenSans-ExtraBold.ttf
weight: 600
- asset: assets/fonts/BebasNeuePro.ttf
assets:
- assets/images/apt.png
- assets/images/axBackground.jpeg
- assets/images/AXMarkets.png
- assets/images/blurredBackground.png
- assets/images/fox.png
- assets/images/AthleteX_Logo_Vector.png
- assets/images/matic.png
- assets/images/sx.png
- assets/images/trophy.png
- assets/images/X_white.png
- assets/images/x.png
- assets/images/x.jpg
- assets/images/barn.png
- assets/images/coins.png
- assets/images/swap.png
- assets/images/search.png
- assets/images/SX_Small.png
- assets/images/Polygon_Small.png
- assets/images/X_Logo_Black_BR.png
- assets/images/apt_noninverted.png
- assets/images/apt_inverted.png
- assets/images/weth_small.png
- assets/images/USDC_small.png
- assets/images/w_matic.png
- assets/images/geth.png
flutter_icons:
android: 'launcher_icon'
ios: true
image_path: 'assets/images/athletex_favicon.png'