Skip to content

Commit ffb4462

Browse files
authored
update dependencies (mdanics#79)
1 parent f1f3bd9 commit ffb4462

File tree

3 files changed

+140
-37
lines changed

3 files changed

+140
-37
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Future<void> main() async {
2727
WidgetsFlutterBinding.ensureInitialized(); // after upgrading flutter this is now necessary
2828

2929
// enable timestamps in firebase
30-
Firestore.instance.settings(timestampsInSnapshotsEnabled: true).then((_) {
30+
Firestore.instance.settings().then((_) {
3131
print('[Main] Firestore timestamps in snapshots set');},
3232
onError: (_) => print('[Main] Error setting timestamps in snapshots')
3333
);

pubspec.lock

Lines changed: 127 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.0.10"
10+
version: "2.0.13"
1111
args:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: async
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "2.3.0"
24+
version: "2.4.0"
2525
cached_network_image:
2626
dependency: "direct main"
2727
description:
@@ -42,7 +42,7 @@ packages:
4242
name: cloud_firestore
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "0.12.9"
45+
version: "0.13.0+1"
4646
collection:
4747
dependency: transitive
4848
description:
@@ -63,42 +63,77 @@ packages:
6363
name: crypto
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "2.0.6"
66+
version: "2.1.4"
6767
cupertino_icons:
6868
dependency: "direct main"
6969
description:
7070
name: cupertino_icons
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "0.1.2"
73+
version: "0.1.3"
74+
firebase:
75+
dependency: transitive
76+
description:
77+
name: firebase
78+
url: "https://pub.dartlang.org"
79+
source: hosted
80+
version: "7.1.0"
7481
firebase_auth:
7582
dependency: "direct main"
7683
description:
7784
name: firebase_auth
7885
url: "https://pub.dartlang.org"
7986
source: hosted
80-
version: "0.14.0"
87+
version: "0.15.3"
88+
firebase_auth_platform_interface:
89+
dependency: transitive
90+
description:
91+
name: firebase_auth_platform_interface
92+
url: "https://pub.dartlang.org"
93+
source: hosted
94+
version: "1.1.2"
95+
firebase_auth_web:
96+
dependency: transitive
97+
description:
98+
name: firebase_auth_web
99+
url: "https://pub.dartlang.org"
100+
source: hosted
101+
version: "0.1.1+1"
81102
firebase_core:
82103
dependency: transitive
83104
description:
84105
name: firebase_core
85106
url: "https://pub.dartlang.org"
86107
source: hosted
87-
version: "0.4.0+8"
108+
version: "0.4.3+1"
109+
firebase_core_platform_interface:
110+
dependency: transitive
111+
description:
112+
name: firebase_core_platform_interface
113+
url: "https://pub.dartlang.org"
114+
source: hosted
115+
version: "1.0.2"
116+
firebase_core_web:
117+
dependency: transitive
118+
description:
119+
name: firebase_core_web
120+
url: "https://pub.dartlang.org"
121+
source: hosted
122+
version: "0.1.1+1"
88123
firebase_messaging:
89124
dependency: "direct main"
90125
description:
91126
name: firebase_messaging
92127
url: "https://pub.dartlang.org"
93128
source: hosted
94-
version: "5.1.2"
129+
version: "6.0.9"
95130
firebase_storage:
96131
dependency: "direct main"
97132
description:
98133
name: firebase_storage
99134
url: "https://pub.dartlang.org"
100135
source: hosted
101-
version: "3.0.4"
136+
version: "3.1.1"
102137
flare_dart:
103138
dependency: transitive
104139
description:
@@ -125,6 +160,11 @@ packages:
125160
url: "https://pub.dartlang.org"
126161
source: hosted
127162
version: "1.1.3"
163+
flutter_web_plugins:
164+
dependency: transitive
165+
description: flutter
166+
source: sdk
167+
version: "0.0.0"
128168
font_awesome_flutter:
129169
dependency: "direct main"
130170
description:
@@ -145,14 +185,28 @@ packages:
145185
name: google_sign_in
146186
url: "https://pub.dartlang.org"
147187
source: hosted
148-
version: "4.0.4"
188+
version: "4.1.1"
189+
google_sign_in_platform_interface:
190+
dependency: transitive
191+
description:
192+
name: google_sign_in_platform_interface
193+
url: "https://pub.dartlang.org"
194+
source: hosted
195+
version: "1.0.3"
196+
google_sign_in_web:
197+
dependency: transitive
198+
description:
199+
name: google_sign_in_web
200+
url: "https://pub.dartlang.org"
201+
source: hosted
202+
version: "0.8.2+1"
149203
http:
150204
dependency: "direct main"
151205
description:
152206
name: http
153207
url: "https://pub.dartlang.org"
154208
source: hosted
155-
version: "0.12.0+2"
209+
version: "0.12.0+3"
156210
http_parser:
157211
dependency: transitive
158212
description:
@@ -166,21 +220,35 @@ packages:
166220
name: image
167221
url: "https://pub.dartlang.org"
168222
source: hosted
169-
version: "2.1.4"
223+
version: "2.1.11"
170224
image_picker:
171225
dependency: "direct main"
172226
description:
173227
name: image_picker
174228
url: "https://pub.dartlang.org"
175229
source: hosted
176-
version: "0.6.1"
230+
version: "0.6.2+3"
231+
js:
232+
dependency: transitive
233+
description:
234+
name: js
235+
url: "https://pub.dartlang.org"
236+
source: hosted
237+
version: "0.6.1+1"
177238
location:
178239
dependency: "direct main"
179240
description:
180241
name: location
181242
url: "https://pub.dartlang.org"
182243
source: hosted
183244
version: "2.3.5"
245+
matcher:
246+
dependency: transitive
247+
description:
248+
name: matcher
249+
url: "https://pub.dartlang.org"
250+
source: hosted
251+
version: "0.12.6"
184252
meta:
185253
dependency: transitive
186254
description:
@@ -201,35 +269,63 @@ packages:
201269
name: path_provider
202270
url: "https://pub.dartlang.org"
203271
source: hosted
204-
version: "1.2.0"
272+
version: "1.5.1"
205273
pedantic:
206274
dependency: transitive
207275
description:
208276
name: pedantic
209277
url: "https://pub.dartlang.org"
210278
source: hosted
211-
version: "1.8.0+1"
279+
version: "1.9.0"
212280
petitparser:
213281
dependency: transitive
214282
description:
215283
name: petitparser
216284
url: "https://pub.dartlang.org"
217285
source: hosted
218-
version: "2.4.0"
286+
version: "3.0.0"
219287
platform:
220288
dependency: transitive
221289
description:
222290
name: platform
223291
url: "https://pub.dartlang.org"
224292
source: hosted
225293
version: "2.2.1"
294+
quiver:
295+
dependency: transitive
296+
description:
297+
name: quiver
298+
url: "https://pub.dartlang.org"
299+
source: hosted
300+
version: "2.1.2+1"
226301
shared_preferences:
227302
dependency: "direct main"
228303
description:
229304
name: shared_preferences
230305
url: "https://pub.dartlang.org"
231306
source: hosted
232-
version: "0.5.3+4"
307+
version: "0.5.6"
308+
shared_preferences_macos:
309+
dependency: transitive
310+
description:
311+
name: shared_preferences_macos
312+
url: "https://pub.dartlang.org"
313+
source: hosted
314+
version: "0.0.1+3"
315+
shared_preferences_platform_interface:
316+
dependency: transitive
317+
description:
318+
name: shared_preferences_platform_interface
319+
url: "https://pub.dartlang.org"
320+
source: hosted
321+
version: "1.0.1"
322+
shared_preferences_web:
323+
dependency: transitive
324+
description:
325+
name: shared_preferences_web
326+
url: "https://pub.dartlang.org"
327+
source: hosted
328+
version: "0.1.2+2"
233329
sky_engine:
234330
dependency: transitive
235331
description: flutter
@@ -248,21 +344,28 @@ packages:
248344
name: sqflite
249345
url: "https://pub.dartlang.org"
250346
source: hosted
251-
version: "1.1.6+3"
347+
version: "1.2.0"
348+
stack_trace:
349+
dependency: transitive
350+
description:
351+
name: stack_trace
352+
url: "https://pub.dartlang.org"
353+
source: hosted
354+
version: "1.9.3"
252355
string_scanner:
253356
dependency: transitive
254357
description:
255358
name: string_scanner
256359
url: "https://pub.dartlang.org"
257360
source: hosted
258-
version: "1.0.4"
361+
version: "1.0.5"
259362
synchronized:
260363
dependency: transitive
261364
description:
262365
name: synchronized
263366
url: "https://pub.dartlang.org"
264367
source: hosted
265-
version: "2.1.0+1"
368+
version: "2.1.1"
266369
term_glyph:
267370
dependency: transitive
268371
description:
@@ -283,7 +386,7 @@ packages:
283386
name: uuid
284387
url: "https://pub.dartlang.org"
285388
source: hosted
286-
version: "2.0.2"
389+
version: "2.0.4"
287390
vector_math:
288391
dependency: transitive
289392
description:
@@ -297,7 +400,7 @@ packages:
297400
name: xml
298401
url: "https://pub.dartlang.org"
299402
source: hosted
300-
version: "3.5.0"
403+
version: "3.7.0"
301404
sdks:
302-
dart: ">=2.4.0 <3.0.0"
303-
flutter: ">=1.10.15-pre.148 <2.0.0"
405+
dart: ">=2.7.0 <3.0.0"
406+
flutter: ">=1.12.13+hotfix.4 <2.0.0"

pubspec.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ description: A new Flutter application.
44
dependencies:
55
flutter:
66
sdk: flutter
7-
cloud_firestore: ^0.12.9
8-
image_picker: ^0.6.1
9-
firebase_storage: ^3.0.4
10-
firebase_auth: ^0.14.0
11-
google_sign_in: ^4.0.4
12-
uuid: ^2.0.2
13-
image: ^2.1.4
7+
cloud_firestore: ^0.13.0+1
8+
image_picker: ^0.6.2+3
9+
firebase_storage: ^3.1.1
10+
firebase_auth: ^0.15.3
11+
google_sign_in: ^4.1.1
12+
uuid: ^2.0.4
13+
image: ^2.1.11
1414
font_awesome_flutter: ^8.5.0
15-
async: ^2.3.0
16-
http: ^0.12.0+1
17-
shared_preferences: ^0.5.3+4
15+
async: ^2.4.0
16+
http: ^0.12.0+3
17+
shared_preferences: ^0.5.6
1818
cached_network_image: ^2.0.0
19-
firebase_messaging: ^5.1.2
19+
firebase_messaging: ^6.0.9
2020
location: ^2.3.5
2121
geocoder: ^0.2.1
2222
flare_flutter: ^1.8.3
2323

2424
# The following adds the Cupertino Icons font to your application.
2525
# Use with the CupertinoIcons class for iOS style icons.
26-
cupertino_icons: ^0.1.0
26+
cupertino_icons: ^0.1.3
2727

2828
#dev_dependencies:
2929
# flutter_test:

0 commit comments

Comments
 (0)