-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
139 lines (121 loc) · 4.03 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
name: defi
description: Mobile App to track crypto-currencies
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: none # Remove this line if you wish to publish to pub.dev
version: 1.0.0+5
environment:
#sdk: '>=2.18.2 <4.0.0'
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
lottie: ^3.1.0
http: ^1.2.1
path: ^1.8.2
auto_size_text: ^3.0.0
font_awesome_flutter: ^10.7.0
flutter_screenutil: ^5.6.0
flutter_custom_clippers: ^2.0.0
fl_chart: ^0.66.2
crypto_font_icons: ^1.0.1
permission_handler: ^11.3.0
built_value: ^8.4.2
shared_preferences: ^2.1.2
provider: ^6.0.4
firebase_core: ^3.8.0
google_sign_in: ^6.2.1
firebase_auth: ^5.3.3
loader_overlay: ^4.0.0
flutter_spinkit: ^5.1.0
get_it: ^7.2.0
share_plus: ^10.1.2
intl: ^0.19.0
equatable: ^2.0.5
dartz: ^0.10.1
cloud_firestore: ^5.1.0
bloc: ^8.1.2
internet_connection_checker: ^1.0.0+1
flutter_bloc: ^8.1.3
loading_animation_widget: ^1.2.0+4
dio: ^5.4.0
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
hive_flutter: ^1.1.0
hive: ^2.2.3
fluttertoast: ^8.2.4
flutter_background_service: ^5.0.5
awesome_notifications: ^0.9.2
easy_localization: ^3.0.5
flutter_native_splash: ^2.4.0
flutter_launcher_icons: ^0.13.1
plaid_flutter: ^4.0.5-rc
animated_bottom_navigation_bar: ^1.3.3
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^3.0.1
built_value_generator: ^8.4.2
build_runner: ^2.4.2
logger: ^2.1.0
mockito: ^5.4.2
freezed: ^2.4.6
json_serializable: ^6.7.1
# 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 packages.
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
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/logo/
- assets/images/
- assets/fonts/
- assets/translations/
# 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
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: Raleway
fonts:
- asset: assets/fonts/Raleway-Regular.ttf
- asset: assets/fonts/Raleway-Bold.ttf
weight: 700
- asset: assets/fonts/Raleway-Black.ttf
weight: 900
- family: RobotoCondensed
fonts:
- asset: assets/fonts/RobotoCondensed-Regular.ttf
- family: RobotoCondensed-Bold
fonts:
- asset: assets/fonts/RobotoCondensed-Bold.ttf
weight: 900
- family: RobotoCondensed-Italic
fonts:
- asset: assets/fonts/RobotoCondensed-Italic.ttf
style: italic
- family: MonstSerrat
fonts:
- asset: assets/fonts/Montserrat/Montserrat-Weigth.ttf
weight: 900
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages