riverpod_cache 0.0.1
riverpod_cache: ^0.0.1 copied to clipboard
Add offline persistence support for Riverpod
Riverpod offline persistence #
Add offline persistence support for Riverpod providers
inspiration #
Fix Riverpod issue of cache and offline persistence https://github.com/rrousselGit/riverpod/issues/1032
Features #
- ✅ Cache
FutureProvider
- ✅ Cache
StateNotifierProvider
- ✅ Cache
StateProvider
- ✅ And more...
Getting Started #
In order to use this package, you need to add riverpod_cache
as a dependency in your pubspec.yaml
file.
dependencies:
riverpod_cache: ^0.0.1
Then, run flutter pub get
to fetch the package.
Usage #
Documentation #
For more details, check out the documentation.
Contributing #
Contributions are welcome! If you find any issues or have suggestions, please create a new issue or submit a pull request.
License #
This project is licensed under the MIT License.