Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nareddyt committed Aug 8, 2020
1 parent 15d0736 commit 9957a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `traced_cache_manager`
# traced\_cache\_manager

[Cache Manager](https://pub.dev/packages/flutter_cache_manager) implementation that integrates with
[Firebase Performance Monitoring](https://firebase.google.com/docs/perf-mon) to automatically
Expand Down Expand Up @@ -34,7 +34,7 @@ Follow the setup instructions in that package to integrate with Firebase Perform

There are 3 use cases for this custom cache implementation.

### With `cached_network_image`
### With cached\_network\_image

Automatically trace all network requests made by the `CachedNetworkImage` widget.

Expand All @@ -56,7 +56,7 @@ Future<File> fetchFile(String uri) async {
}
```

### In a custom `Cache Manager` implementation
### In a custom Cache Manager implementation

If you are writing a custom cache implementation and want automatic tracing of network requests,
you can use `TracedHttpFileService` as an argument to the `BaseCacheManager`.
Expand Down

0 comments on commit 9957a61

Please sign in to comment.