fifty_cache 0.1.0 copy "fifty_cache: ^0.1.0" to clipboard
fifty_cache: ^0.1.0 copied to clipboard

TTL-based HTTP response caching with pluggable stores and policies. Part of the Fifty Flutter Kit.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fifty_cache

With Flutter:

 $ flutter pub add fifty_cache

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

dependencies:
  fifty_cache: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:fifty_cache/fifty_cache.dart';
0
likes
150
points
106
downloads

Publisher

verified publisherfifty.dev

Weekly Downloads

TTL-based HTTP response caching with pluggable stores and policies. Part of the Fifty Flutter Kit.

Homepage
Repository (GitHub)
View/report issues

Topics

#dart #cache #ttl #http

Documentation

API reference

License

MIT (license)

Dependencies

get_storage

More

Packages that depend on fifty_cache