Skip to content

Commit 84e068d

Browse files
authored
Update dependencies for latest firebase_performance (#2)
1 parent ac4def6 commit 84e068d

File tree

3 files changed

+93
-27
lines changed

3 files changed

+93
-27
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.1.0] - 2020-11-28
2+
3+
* Update dependencies, specifically to use the latest `firebase_performance`.
4+
* Note: Still using major version 1 of `flutter_cache_manager`
5+
16
## [1.0.1] - 2020-08-08
27

38
* Add missing `http` dependency

pubspec.lock

Lines changed: 84 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,42 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.4.2"
10+
version: "2.5.0-nullsafety.3"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.0.0"
17+
version: "2.1.0-nullsafety.3"
1818
characters:
1919
dependency: transitive
2020
description:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.0.0"
24+
version: "1.1.0-nullsafety.5"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.1.3"
31+
version: "1.2.0-nullsafety.3"
3232
clock:
3333
dependency: transitive
3434
description:
3535
name: clock
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.0.1"
38+
version: "1.1.0-nullsafety.3"
3939
collection:
4040
dependency: transitive
4141
description:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.14.13"
45+
version: "1.15.0-nullsafety.5"
4646
convert:
4747
dependency: transitive
4848
description:
@@ -63,21 +63,49 @@ packages:
6363
name: fake_async
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "1.1.0"
66+
version: "1.2.0-nullsafety.3"
67+
ffi:
68+
dependency: transitive
69+
description:
70+
name: ffi
71+
url: "https://pub.dartlang.org"
72+
source: hosted
73+
version: "0.1.3"
6774
file:
6875
dependency: transitive
6976
description:
7077
name: file
7178
url: "https://pub.dartlang.org"
7279
source: hosted
7380
version: "5.2.1"
81+
firebase_core:
82+
dependency: transitive
83+
description:
84+
name: firebase_core
85+
url: "https://pub.dartlang.org"
86+
source: hosted
87+
version: "0.5.2+1"
88+
firebase_core_platform_interface:
89+
dependency: transitive
90+
description:
91+
name: firebase_core_platform_interface
92+
url: "https://pub.dartlang.org"
93+
source: hosted
94+
version: "2.1.0"
95+
firebase_core_web:
96+
dependency: transitive
97+
description:
98+
name: firebase_core_web
99+
url: "https://pub.dartlang.org"
100+
source: hosted
101+
version: "0.2.1+1"
74102
firebase_performance:
75103
dependency: "direct main"
76104
description:
77105
name: firebase_performance
78106
url: "https://pub.dartlang.org"
79107
source: hosted
80-
version: "0.3.2"
108+
version: "0.4.2"
81109
flutter:
82110
dependency: "direct main"
83111
description: flutter
@@ -89,12 +117,17 @@ packages:
89117
name: flutter_cache_manager
90118
url: "https://pub.dartlang.org"
91119
source: hosted
92-
version: "1.4.1"
120+
version: "1.4.2"
93121
flutter_test:
94122
dependency: "direct dev"
95123
description: flutter
96124
source: sdk
97125
version: "0.0.0"
126+
flutter_web_plugins:
127+
dependency: transitive
128+
description: flutter
129+
source: sdk
130+
version: "0.0.0"
98131
http:
99132
dependency: "direct main"
100133
description:
@@ -116,34 +149,41 @@ packages:
116149
url: "https://pub.dartlang.org"
117150
source: hosted
118151
version: "0.16.1"
152+
js:
153+
dependency: transitive
154+
description:
155+
name: js
156+
url: "https://pub.dartlang.org"
157+
source: hosted
158+
version: "0.6.3-nullsafety.3"
119159
matcher:
120160
dependency: transitive
121161
description:
122162
name: matcher
123163
url: "https://pub.dartlang.org"
124164
source: hosted
125-
version: "0.12.8"
165+
version: "0.12.10-nullsafety.3"
126166
meta:
127167
dependency: transitive
128168
description:
129169
name: meta
130170
url: "https://pub.dartlang.org"
131171
source: hosted
132-
version: "1.1.8"
172+
version: "1.3.0-nullsafety.6"
133173
path:
134174
dependency: "direct main"
135175
description:
136176
name: path
137177
url: "https://pub.dartlang.org"
138178
source: hosted
139-
version: "1.7.0"
179+
version: "1.8.0-nullsafety.3"
140180
path_provider:
141181
dependency: "direct main"
142182
description:
143183
name: path_provider
144184
url: "https://pub.dartlang.org"
145185
source: hosted
146-
version: "1.6.11"
186+
version: "1.6.24"
147187
path_provider_linux:
148188
dependency: transitive
149189
description:
@@ -164,7 +204,14 @@ packages:
164204
name: path_provider_platform_interface
165205
url: "https://pub.dartlang.org"
166206
source: hosted
167-
version: "1.0.2"
207+
version: "1.0.4"
208+
path_provider_windows:
209+
dependency: transitive
210+
description:
211+
name: path_provider_windows
212+
url: "https://pub.dartlang.org"
213+
source: hosted
214+
version: "0.0.4+3"
168215
pedantic:
169216
dependency: transitive
170217
description:
@@ -193,6 +240,13 @@ packages:
193240
url: "https://pub.dartlang.org"
194241
source: hosted
195242
version: "3.0.13"
243+
quiver:
244+
dependency: transitive
245+
description:
246+
name: quiver
247+
url: "https://pub.dartlang.org"
248+
source: hosted
249+
version: "2.1.5"
196250
rxdart:
197251
dependency: transitive
198252
description:
@@ -211,7 +265,7 @@ packages:
211265
name: source_span
212266
url: "https://pub.dartlang.org"
213267
source: hosted
214-
version: "1.7.0"
268+
version: "1.8.0-nullsafety.4"
215269
sqflite:
216270
dependency: transitive
217271
description:
@@ -232,21 +286,21 @@ packages:
232286
name: stack_trace
233287
url: "https://pub.dartlang.org"
234288
source: hosted
235-
version: "1.9.5"
289+
version: "1.10.0-nullsafety.6"
236290
stream_channel:
237291
dependency: transitive
238292
description:
239293
name: stream_channel
240294
url: "https://pub.dartlang.org"
241295
source: hosted
242-
version: "2.0.0"
296+
version: "2.1.0-nullsafety.3"
243297
string_scanner:
244298
dependency: transitive
245299
description:
246300
name: string_scanner
247301
url: "https://pub.dartlang.org"
248302
source: hosted
249-
version: "1.0.5"
303+
version: "1.1.0-nullsafety.3"
250304
synchronized:
251305
dependency: transitive
252306
description:
@@ -260,21 +314,21 @@ packages:
260314
name: term_glyph
261315
url: "https://pub.dartlang.org"
262316
source: hosted
263-
version: "1.1.0"
317+
version: "1.2.0-nullsafety.3"
264318
test_api:
265319
dependency: transitive
266320
description:
267321
name: test_api
268322
url: "https://pub.dartlang.org"
269323
source: hosted
270-
version: "0.2.17"
324+
version: "0.2.19-nullsafety.6"
271325
typed_data:
272326
dependency: transitive
273327
description:
274328
name: typed_data
275329
url: "https://pub.dartlang.org"
276330
source: hosted
277-
version: "1.2.0"
331+
version: "1.3.0-nullsafety.5"
278332
uuid:
279333
dependency: transitive
280334
description:
@@ -288,7 +342,14 @@ packages:
288342
name: vector_math
289343
url: "https://pub.dartlang.org"
290344
source: hosted
291-
version: "2.0.8"
345+
version: "2.1.0-nullsafety.5"
346+
win32:
347+
dependency: transitive
348+
description:
349+
name: win32
350+
url: "https://pub.dartlang.org"
351+
source: hosted
352+
version: "1.7.4"
292353
xdg_directories:
293354
dependency: transitive
294355
description:
@@ -297,5 +358,5 @@ packages:
297358
source: hosted
298359
version: "0.1.0"
299360
sdks:
300-
dart: ">=2.9.0-14.0.dev <3.0.0"
361+
dart: ">=2.12.0-0.0 <3.0.0"
301362
flutter: ">=1.12.13+hotfix.5 <2.0.0"

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: traced_cache_manager
22
description: CacheManager implementation that integrates with Firebase Performance Monitoring to automatically record traces for network requests.
3-
version: 1.0.1
3+
version: 1.1.0
44
homepage: https://pub.dev/packages/traced_cache_manager
55
repository: https://github.com/nareddyt/traced_cache_manager
66
issue_tracker: https://github.com/nareddyt/traced_cache_manager/issues
@@ -14,9 +14,9 @@ dependencies:
1414

1515
http: ^0.12.2
1616
path: ^1.7.0
17-
path_provider: ^1.6.11
18-
flutter_cache_manager: ^1.4.1
19-
firebase_performance: ^0.3.2
17+
path_provider: ^1.6.24
18+
flutter_cache_manager: ^1.4.2
19+
firebase_performance: ^0.4.2
2020

2121
dev_dependencies:
2222
flutter_test:

0 commit comments

Comments
 (0)