-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
161 lines (148 loc) · 3.85 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
name: sofie_ui
description: Social Fitness Elevated.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.1.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
animations: ^2.0.2
another_flushbar: ^1.10.28
artemis: ^7.3.2-beta
async: ^2.8.2
auto_route: ^3.2.4
cached_network_image: ^3.2.0
collection: ^1.15.0
cupertino_icons: ^1.0.3
custom_pop_up_menu: ^1.2.3+1
dotted_line: ^3.1.0
email_validator: ^2.0.1
equatable: ^2.0.0
feedback: ^2.4.1
file_picker: ^4.5.1
firebase_auth: ^3.3.11
firebase_core: ^1.13.1
flutter:
sdk: flutter
flutter_emoji: ^2.4.0
flutter_localizations:
sdk: flutter
flutter_rating_bar: ^4.0.0
flutter_slidable: ^0.6.0
flutter_spinkit: ^5.1.0
flutter_svg: ^1.0.3
flutter_vibrate: ^1.3.0
get_it: ^7.1.4
google_fonts: ^2.2.0
gql: ^0.13.0
gql_dedupe_link: ^2.0.0
gql_exec: ^0.3.0
gql_http_link: ^0.4.0
gql_link: ^0.4.0
hive: ^2.0.6
hive_flutter: ^1.1.0
http: ^0.13.3
image_cropper: ^1.5.0
image_picker: ^0.8.4+11
implicitly_animated_reorderable_list: ^0.4.1
infinite_scroll_pagination: ^3.0.1+1
intl: ^0.17.0
json_annotation: ^4.4.0
just_audio: ^0.9.20
logger: ^1.1.0
lottie: ^1.2.2
meta: ^1.7.0
native_device_orientation: ^1.0.0
normalize: ^0.6.0+1
package_info_plus: ^1.4.0
path_drawing: ^1.0.0
path_provider: ^2.0.9
percent_indicator: ^4.0.0
photo_view: ^0.13.0
popover: ^0.2.6+3
provider: ^6.0.2
record: ^3.0.3
rxdart: ^0.27.2
scroll_to_index: ^2.1.1
sentry_flutter: ^6.4.0
share_plus: ^4.0.1
shimmer: ^2.0.0
simple_animations: ^4.0.1
sliding_up_panel: ^2.0.0+1
stop_watch_timer: ^1.3.0 # Controller only - no UI. Provides streams and sinks.
stream_chat_flutter: ^3.5.1
stream_feed: ^0.5.1
substring_highlight: ^1.0.33
supercharged: ^2.1.1
syncfusion_flutter_charts: ^19.4.56
syncfusion_flutter_gauges: ^19.4.56
syncfusion_flutter_pdfviewer: ^19.4.56-beta
table_calendar: ^3.0.4
timeline_tile: ^2.0.0
uni_links: ^0.5.1
uploadcare_flutter: ^2.0.1
uuid: ^3.0.6
video_player: ^2.3.0
video_thumbnail: ^0.4.6
wakelock: ^0.6.1+2
xml: ^5.3.0
# https://stackoverflow.com/questions/70404718/error-with-photoview-looking-up-a-deactivated-widgets-ancestor-is-unsafe/71010204#71010204
# https://github.com/bluefireteam/photo_view/issues/502
dependency_overrides:
photo_view:
git:
url: https://github.com/bluefireteam/photo_view
ref: master
dev_dependencies:
auto_route_generator: ^3.2.3
build_runner: ^2.1.8
flutter_app_name: ^0.1.0
flutter_launcher_icons: ^0.9.2
flutter_lints: ^1.0.4
flutter_native_splash: ^2.1.1
flutter_test:
sdk: flutter
hive_generator: ^1.1.2
json_serializable: ^6.1.5
flutter_app_name:
name: "Sofie"
flutter_icons:
# Android
android: true
image_path_android: "assets/logos/sofie_launcher_icon_android.png"
adaptive_icon_background: "#000000"
adaptive_icon_foreground: "assets/logos/sofie_launcher_icon_android.png"
# ios
ios: true
image_path_ios: "assets/logos/sofie_launcher_icon_ios.png"
remove_alpha_ios: true
flutter_native_splash:
color: "#000000"
image: "assets/logos/sofie_splash_image.png"
info_plist_files:
- 'ios/Runner/Info-Debug.plist'
- 'ios/Runner/Info-Release.plist'
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
- assets/audio/do_workout/
- assets/body_areas/
- assets/body_areas/front/
- assets/body_areas/front/selection/
- assets/body_areas/back/
- assets/body_areas/back/selection/
- assets/category_icons/
- assets/equipment_icons/
- assets/flags/png/
- assets/graphics/
- assets/logos/
- assets/lottie/
- assets/other_app_icons/
- assets/placeholder_images/
- assets/workout_filters_icons/
fonts:
- family: MyCustomIcons
fonts:
- asset: fonts/MyCustomIcons.ttf