hydrated_riverpod 0.0.3 copy "hydrated_riverpod: ^0.0.3" to clipboard
hydrated_riverpod: ^0.0.3 copied to clipboard

discontinued

An extension to the riverpod state management library which automatically persists and restores riverpod states.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hydrated_riverpod

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

dependencies:
  hydrated_riverpod: ^0.0.3

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:hydrated_riverpod/hydrated_riverpod.dart';
17
likes
145
points
23
downloads

Documentation

Documentation
API reference

Publisher

verified publisherhydrz.cn

Weekly Downloads

An extension to the riverpod state management library which automatically persists and restores riverpod states.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, hive, json_serializable, meta, riverpod, synchronized

More

Packages that depend on hydrated_riverpod