riverpod_sync 0.0.1 copy "riverpod_sync: ^0.0.1" to clipboard
riverpod_sync: ^0.0.1 copied to clipboard

A lightweight plugin that enables offline persistence for your Riverpod providers

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverpod_sync

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

dependencies:
  riverpod_sync: ^0.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_sync/riverpod_sync.dart';
2
likes
160
points
35
downloads

Publisher

verified publisherisaie.me

Weekly Downloads

A lightweight plugin that enables offline persistence for your Riverpod providers

Homepage

Topics

#riverpod #cache #offline #persistence #shared-preferences

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, riverpod, riverpod_annotation, shared_preferences

More

Packages that depend on riverpod_sync