-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
82 lines (78 loc) · 2.12 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
name: quantwealth
description: "A new Flutter project."
publish_to: "none"
version: 0.0.1+13
environment:
sdk: ">=3.3.4 <4.0.0"
dependencies:
dio: ^5.4.3+1
equatable: ^2.0.5
eth_sig_util: ^0.0.9
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
flutter_svg: ^2.0.10+1
fpdart: ^1.1.0
freezed_annotation: ^2.4.1
get_it: ^7.7.0
google_fonts: ^6.2.1
hex: ^0.2.0
http: ^1.2.1
injectable: ^2.4.1
json_annotation: ^4.9.0
onboarding: ^4.0.2
talker: ^4.2.4
walletconnect_flutter_v2: ^2.2.3
web3auth_flutter: ^3.1.7
web3dart: ^2.7.3
web3modal_flutter: ^3.1.3
flutter_secure_storage: ^9.1.1
collection: ^1.18.0
pretty_qr_code: ^3.3.0
share_plus: ^9.0.0
envied: ^0.5.4+1
flutter_native_splash: ^2.4.0
flutter_launcher_icons: ^0.13.1
fl_chart: ^0.68.0
talker_dio_logger: ^4.2.4
talker_flutter: ^4.2.4
fluttertoast: ^8.2.6
cached_network_image: ^3.3.1
countup: ^0.1.4
k_chart_plus: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
build_runner: ^2.4.9
freezed: ^2.5.2
json_serializable: ^6.8.0
injectable_generator: ^2.6.1
envied_generator: ^0.5.4+1
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
- assets/market_data.json
fonts:
- family: GalanoGrotesque
fonts:
- asset: assets/fonts/GalanoGrotesque/GalanoGrotesqueThin.otf
weight: 100
- asset: assets/fonts/GalanoGrotesque/GalanoGrotesqueExtraLight.otf
weight: 200
- asset: assets/fonts/GalanoGrotesque/GalanoGrotesqueLight.otf
weight: 300
- asset: assets/fonts/GalanoGrotesque/GalanoGrotesqueRegular.otf
weight: 400
- asset: assets/fonts/GalanoGrotesque/GalanoGrotesqueMedium.otf
weight: 500
- asset: assets/fonts/GalanoGrotesque/GalanoGrotesqueSemiBold.otf
weight: 600
- asset: assets/fonts/GalanoGrotesque/GalanoGrotesqueBold.otf
weight: 700
- asset: assets/fonts/GalanoGrotesque/GalanoGrotesqueExtraBold.otf
weight: 800
- asset: assets/fonts/GalanoGrotesque/GalanoGrotesqueBlack.otf
weight: 900