-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
170 lines (152 loc) · 4.3 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
name: v34
description: Mobile application for Volley34
version: 1.1.0
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
intl: ^0.17.0
dio: ^4.0.1
fluid_bottom_nav_bar: ^1.3.0
flutter_svg: ^0.22.0
flutter_staggered_animations: ^1.0.0
localstorage: ^4.0.0+1
bloc: ^7.2.1
flutter_bloc: ^7.1.0
equatable: ^2.0.3
cached_network_image: ^3.1.0+1
tuple: ^2.0.0
dio_cache_interceptor: ^3.2.2
collection: ^1.15.0
like_button: ^2.0.3
smooth_page_indicator: ^1.0.0+2
feature_discovery: ^0.14.1
font_awesome_flutter: ^9.2.0
url_launcher: ^6.0.10
fl_chart: ^0.40.2
flutter_spinkit: ^5.1.0
simple_gravatar: ^1.1.0
shared_preferences: ^2.0.7
auto_size_text: ^3.0.0
flare_flutter: ^3.0.2
map_launcher: ^2.1.1
add_2_calendar: ^2.1.2
flutter_markdown: ^0.6.8
google_maps_flutter: ^2.1.1
geolocator: ^8.1.1
flutter_widget_from_html: ^0.6.2
tinycolor2: ^2.0.0
scrollable_positioned_list: ^0.2.3
page_view_indicators: ^2.0.0
package_info_plus: ^1.3.0
firebase_analytics: ^9.0.1
firebase_core: ^1.10.5
validators: ^3.0.0
image_picker: ^0.8.4+4
flutter_mailer: ^2.0.1
splash_screen_view: ^3.0.0
modal_bottom_sheet: ^2.0.0
badges: ^2.0.2
upgrader: ^3.11.1
feature_flags: ^0.1.4
feedback: ^2.2.1
flutter_email_sender: ^5.0.2
maps_launcher: ^2.0.1
images_picker: ^1.2.10
flutter_sticky_header: ^0.6.0
visibility_detector: ^0.2.2
path: ^1.8.0
flutter_image_compress: ^1.1.0
dev_dependencies:
dependency_validator: ^3.0.0
flutter_launcher_icons: "^0.9.2"
flutter_test:
sdk: flutter
# flutter pub run flutter_launcher_icons:main
flutter_icons:
android: true
ios: true
image_path_android: "assets/logo.png"
image_path_ios: "assets/logo-white-background.png"
remove_alpha_ios: true
flutter:
uses-material-design: true
assets:
- config/
- assets/calendar-postpone3.svg
- assets/scoreboard.svg
- assets/filter.svg
- assets/attack.svg
- assets/defense.svg
- assets/error.svg
- assets/gpl_licence.txt
- assets/about.markdown
- assets/dashboard.svg
- assets/competition.svg
- assets/competition-filled.svg
- assets/clubs.svg
- assets/map.svg
- assets/map-filled.svg
- assets/volleyball-filled.svg
- assets/circle_spritesheet.png
- assets/shield.svg
- assets/flare/
- assets/gymnasium_marker.png
- assets/logo.png
- assets/logo-big.png
- assets/gymnasium.svg
- assets/maps/map_style.txt
- assets/court.png
- assets/postponed-event.svg
- assets/double-arrow.svg
fonts:
- family: OpenSans
fonts:
- asset: assets/fonts/OpenSans.ttf
weight: 400
- family: Raleway
fonts:
- asset: assets/fonts/Raleway-Thin.ttf
weight: 100
- asset: assets/fonts/Raleway-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Raleway-Light.ttf
weight: 300
- asset: assets/fonts/Raleway-Regular.ttf
weight: 400
- asset: assets/fonts/Raleway-Medium.ttf
weight: 500
- asset: assets/fonts/Raleway-SemiBold.ttf
weight: 600
- asset: assets/fonts/Raleway-Bold.ttf
weight: 700
- asset: assets/fonts/Raleway-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Raleway-Black.ttf
weight: 900
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
splash_screen_view:
# Use color to set the background of your splash screen to a solid color.
# Use background_image to set the background of your splash screen to a png image.
# This is useful for gradients. The image will be stretch to the size of the app.
# Only one parameter can be used, color and background_image cannot both be set.
color: "#262C41"
#background_image: "assets/splashscreen_image.png"
# Optional parameters are listed below.
#image: assets/splashscreen_image.png
image: assets/logo-big.png
#color_dark: "#042a49"
#background_image_dark: "assets/dark-background.png"
#image_dark: assets/splash-invert.png
#android: false
#ios: false
#web: false
#android_gravity: center
#ios_content_mode: center
#web_image_mode: center
#fullscreen: true
#info_plist_files:
# - 'ios/Runner/Info-Debug.plist'
# - 'ios/Runner/Info-Release.plist'