-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
188 lines (174 loc) · 5.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
name: junto_beta_mobile
description: A new Flutter project.
version: 1.0.2+1
publish_to: none
environment:
# Update this later to v2.12.
sdk: '>=2.10.0 <3.0.0'
flutter: ">=1.20.0 <2.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
image_picker: 0.7.2
shared_preferences: 2.0.5
cupertino_icons: 1.0.2
provider: 5.0.0
sentry: 5.0.0
flutter_cache_manager: 3.0.1
cached_network_image: 3.0.0
flutter_spinkit: 5.0.0
path_provider: 2.0.1
package_info: 2.0.0
keyboard_avoider:
git:
url: https://github.com/KingsCards/keyboard_avoider
ref: feature/null-safety
flutter_bloc: 7.0.0
rxdart: 0.26.0
equatable: 2.0.0
json_serializable: 4.1.0
freezed_annotation: 0.14.1
flutter_sound: 8.1.1
dio: 4.0.0-beta6
url_launcher: 6.0.2
feature_discovery: 0.14.0
intl: ^0.17.0
flutter_audio_recorder:
git:
url: https://github.com/fayeed/flutter_audio_recorder
ref: sound-null-safety
hive: 2.0.4
hive_flutter: 1.0.0
internet_connection_checker : 0.0.1
vibration: 1.7.4-nullsafety.0
custom_refresh_indicator: ^1.0.0-nullsafety.0
flutter_staggered_grid_view: 0.4.0
image: 3.0.2
expandable: 5.0.1
flutter_aws_amplify_cognito: ^1.0.0+7
flutter_slidable: 0.5.7
corsac_jwt:
git:
url: https://github.com/Jjagg/jwt
ref: nnbd
flutter_linkify: 5.0.2
email_validator: ^2.0.1
flutter_mentions: ^2.0.1
flutter_parsed_text: ^2.1.0
embedly_preview:
git:
url: https://github.com/juntofoundation/embedly-preview.git
ref: master
contacts_service: ^0.6.0
permission_handler: ^6.1.3
clipboard: ^0.1.3
readmore: 2.0.0
firebase_messaging: 9.1.2
firebase_core: 1.0.4
flutter_fadein: 2.0.0
app_settings: 4.1.0
share: 2.0.1
collection: ^1.15.0
dev_dependencies:
test: any
build_runner: 1.12.2
hive_generator: 1.1.0
freezed: 0.14.1+2
effective_dart: 1.3.1
dependency_overrides:
flutter_aws_amplify_cognito:
git:
url: https://github.com/fayeed/flutter_amplify.git
path: flutter_aws_amplify_cognito
ref: 35e8cdad0717801aea14f5957fe69e3365f8a0b8
flutter:
uses-material-design: true
fonts:
- family: Avenir
fonts:
- asset: assets/fonts/AvenirLTStd-Book.otf
weight: 400
- asset: assets/fonts/Avenir-Medium.ttf
weight: 500
- asset: assets/fonts/Avenir-Heavy.ttf
weight: 600
- asset: assets/fonts/Avenir-Black.ttf
weight: 700
- family: j_home
fonts:
- asset: assets/fonts/j_home.ttf
- family: j_home_two
fonts:
- asset: assets/fonts/j_home_two.ttf
- family: j_home_three
fonts:
- asset: assets/fonts/j_home_three.ttf
- family: MyFlutterApp
fonts:
- asset: assets/fonts/MyFlutterApp.ttf
assets:
- assets/emoji.json
- assets/images/junto-mobile__themes--rainbow.png
- assets/images/junto-mobile__themes--aqueous.png
- assets/images/junto-mobile__themes--royal.png
- assets/images/junto-mobile__themes--fire.png
- assets/images/junto-mobile__themes--forest.png
- assets/images/junto-mobile__themes--dark.png
- assets/images/junto-mobile__themes--sand.png
- assets/images/junto-mobile__logo.png
- assets/images/junto-mobile__logo--white.png
- assets/images/junto-mobile__logo--rainbow.png
- assets/images/junto-mobile__logo--aqueous.png
- assets/images/junto-mobile__logo--purpgold.png
- assets/images/junto-mobile__logo--sand.png
- assets/images/junto-mobile__logo--dark.png
- assets/images/junto-mobile__logo--fire.png
- assets/images/junto-mobile__logo--forest.png
- assets/images/junto-mobile__logo-outline--white.png
- assets/images/junto-mobile__logo-outline--rainbow.png
- assets/images/junto-mobile__logo-outline--aqueous.png
- assets/images/junto-mobile__logo-outline--purpgold.png
- assets/images/junto-mobile__logo-outline--sand.png
- assets/images/junto-mobile__logo-outline--dark.png
- assets/images/junto-mobile__logo-outline--fire.png
- assets/images/junto-mobile__logo-outline--forest.png
- assets/images/junto-mobile__outlinelogo--gradient.png
- assets/images/junto-mobile__infinity.png
- assets/images/junto-mobile__location.png
- assets/images/junto-mobile__link.png
- assets/images/junto-mobile__binoculars.png
- assets/images/junto-mobile__double-up-arrow.png
- assets/images/junto-mobile__double-down-arrow.png
- assets/images/junto-mobile__menu.png
- assets/images/junto-mobile__line.png
- assets/images/junto-mobile__filter.png
- assets/images/junto-mobile__groups--placeholder.png
- assets/images/junto-mobile__placeholder--notifications.png
- assets/images/junto-mobile__placeholder--feed.png
- assets/images/junto-mobile__waveform.png
- assets/images/junto-mobile__perspective--white.png
- assets/images/junto-mobile__perspective--rainbow.png
- assets/images/junto-mobile__perspective--aqueous.png
- assets/images/junto-mobile__perspective--purpgold.png
- assets/images/junto-mobile__perspective--sand.png
- assets/images/junto-mobile__perspective--fire.png
- assets/images/junto-mobile__perspective--forest.png
- assets/images/junto-mobile__perspective--dark.png
- assets/images/junto-mobile__sprout.png
- assets/images/junto-mobile__background.png
- assets/images/junto-mobile__bench.png
- assets/images/junto-mobile__external-link.png
- assets/images/junto-mobile__cancel.png
- assets/images/junto-mobile__badge--gold.png
- assets/images/junto-mobile__badge--platinum.png
- assets/images/junto-mobile__badge--silver.png
- assets/images/junto-mobile__badge--crowdfunder.png
- assets/images/junto-mobile__app-icon.png
- assets/images/junto-mobile__custom-filter.png
flutter_intl:
enabled: true
main_locale: en
localizely:
project_id: 8a7cdfd2-aaef-4e44-a773-9c9801bf1c69