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

A powerful, zero-boilerplate caching library for Riverpod with background garbage collection, auto-refresh mechanisms, and in-memory/persistent storage support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverpod_cache_engine

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

dependencies:
  riverpod_cache_engine: ^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:riverpod_cache_engine/riverpod_cache_engine.dart';
0
likes
145
points
101
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful, zero-boilerplate caching library for Riverpod with background garbage collection, auto-refresh mechanisms, and in-memory/persistent storage support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_riverpod, meta

More

Packages that depend on riverpod_cache_engine