File tree 5 files changed +23
-10
lines changed
5 files changed +23
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.1] - 2020-08-08
2
+
3
+ * Add missing ` http ` dependency
4
+ * Minor documentation changes
5
+
1
6
## [ 1.0.0] - 2020-08-07
2
7
3
8
* Initial release
Original file line number Diff line number Diff line change 4
4
[ Firebase Performance Monitoring] ( https://firebase.google.com/docs/perf-mon ) to automatically
5
5
record traces for network requests.
6
6
7
- ![ ] ( docs /firebase_perf_console_trace.png " Firebase Performance Console with a automatically collected network trace ")
7
+ ![ ] ( doc /firebase_perf_console_trace.png " Firebase Performance Console with a automatically collected network trace ")
8
8
9
9
## Background
10
10
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,14 +7,21 @@ packages:
7
7
name: async
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "2.4.1 "
10
+ version: "2.4.2 "
11
11
boolean_selector:
12
12
dependency: transitive
13
13
description:
14
14
name: boolean_selector
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
17
version: "2.0.0"
18
+ characters:
19
+ dependency: transitive
20
+ description:
21
+ name: characters
22
+ url: "https://pub.dartlang.org"
23
+ source: hosted
24
+ version: "1.0.0"
18
25
charcode:
19
26
dependency: transitive
20
27
description:
@@ -35,7 +42,7 @@ packages:
35
42
name: collection
36
43
url: "https://pub.dartlang.org"
37
44
source: hosted
38
- version: "1.14.12 "
45
+ version: "1.14.13 "
39
46
convert:
40
47
dependency: transitive
41
48
description:
@@ -89,7 +96,7 @@ packages:
89
96
source: sdk
90
97
version: "0.0.0"
91
98
http:
92
- dependency: transitive
99
+ dependency: "direct main"
93
100
description:
94
101
name: http
95
102
url: "https://pub.dartlang.org"
@@ -115,7 +122,7 @@ packages:
115
122
name: matcher
116
123
url: "https://pub.dartlang.org"
117
124
source: hosted
118
- version: "0.12.6 "
125
+ version: "0.12.8 "
119
126
meta:
120
127
dependency: transitive
121
128
description:
@@ -225,7 +232,7 @@ packages:
225
232
name: stack_trace
226
233
url: "https://pub.dartlang.org"
227
234
source: hosted
228
- version: "1.9.3 "
235
+ version: "1.9.5 "
229
236
stream_channel:
230
237
dependency: transitive
231
238
description:
@@ -260,14 +267,14 @@ packages:
260
267
name: test_api
261
268
url: "https://pub.dartlang.org"
262
269
source: hosted
263
- version: "0.2.16 "
270
+ version: "0.2.17 "
264
271
typed_data:
265
272
dependency: transitive
266
273
description:
267
274
name: typed_data
268
275
url: "https://pub.dartlang.org"
269
276
source: hosted
270
- version: "1.1.6 "
277
+ version: "1.2.0 "
271
278
uuid:
272
279
dependency: transitive
273
280
description:
@@ -290,5 +297,5 @@ packages:
290
297
source: hosted
291
298
version: "0.1.0"
292
299
sdks:
293
- dart: ">=2.8.0 <3.0.0"
300
+ dart: ">=2.9.0-14.0.dev <3.0.0"
294
301
flutter: ">=1.12.13+hotfix.5 <2.0.0"
Original file line number Diff line number Diff line change 1
1
name : traced_cache_manager
2
2
description : CacheManager implementation that integrates with Firebase Performance Monitoring to automatically record traces for network requests.
3
- version : 1.0.0
3
+ version : 1.0.1
4
4
homepage : https://pub.dev/packages/traced_cache_manager
5
5
repository : https://github.com/nareddyt/traced_cache_manager
6
6
issue_tracker : https://github.com/nareddyt/traced_cache_manager/issues
@@ -12,6 +12,7 @@ dependencies:
12
12
flutter :
13
13
sdk : flutter
14
14
15
+ http : ^0.12.2
15
16
path : ^1.7.0
16
17
path_provider : ^1.6.11
17
18
flutter_cache_manager : ^1.4.1
You can’t perform that action at this time.
0 commit comments