File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # ` traced_cache_manager `
1
+ # traced \_ cache \_ manager
2
2
3
3
[ Cache Manager] ( https://pub.dev/packages/flutter_cache_manager ) implementation that integrates with
4
4
[ Firebase Performance Monitoring] ( https://firebase.google.com/docs/perf-mon ) to automatically
@@ -34,7 +34,7 @@ Follow the setup instructions in that package to integrate with Firebase Perform
34
34
35
35
There are 3 use cases for this custom cache implementation.
36
36
37
- ### With ` cached_network_image `
37
+ ### With cached \_ network \_ image
38
38
39
39
Automatically trace all network requests made by the ` CachedNetworkImage ` widget.
40
40
@@ -56,7 +56,7 @@ Future<File> fetchFile(String uri) async {
56
56
}
57
57
```
58
58
59
- ### In a custom ` Cache Manager ` implementation
59
+ ### In a custom Cache Manager implementation
60
60
61
61
If you are writing a custom cache implementation and want automatic tracing of network requests,
62
62
you can use ` TracedHttpFileService ` as an argument to the ` BaseCacheManager ` .
You can’t perform that action at this time.
0 commit comments