traced_cache_manager 1.0.1 copy "traced_cache_manager: ^1.0.1" to clipboard
traced_cache_manager: ^1.0.1 copied to clipboard

outdated

CacheManager implementation that integrates with Firebase Performance Monitoring to automatically record traces for network requests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add traced_cache_manager

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  traced_cache_manager: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:traced_cache_manager/traced_cache_manager.dart';
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

CacheManager implementation that integrates with Firebase Performance Monitoring to automatically record traces for network requests.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

firebase_performance, flutter, flutter_cache_manager, http, path, path_provider

More

Packages that depend on traced_cache_manager