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

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
120
pub points
56%
popularity

Publisher

verified publisherhydrz.cn

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

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, hive, json_serializable, meta, riverpod, synchronized

More

Packages that depend on hydrated_riverpod