https://github.com/tim-smart/riverpod_persistence
Persistence layer for the Riverpod package
https://github.com/tim-smart/riverpod_persistence
Last synced: 9 months ago
JSON representation
Persistence layer for the Riverpod package
- Host: GitHub
- URL: https://github.com/tim-smart/riverpod_persistence
- Owner: tim-smart
- License: mit
- Created: 2022-02-20T21:54:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T22:27:14.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T06:51:09.546Z (about 1 year ago)
- Language: Dart
- Size: 14.6 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# riverpod_persistence
**WARNING:** Still a proof of concept
Add persistence to your riverpod providers.
## Usage
[View a basic test case.](test/riverpod_persistence_test.dart)