hydrated_mobx 1.1.1 copy "hydrated_mobx: ^1.1.1" to clipboard
hydrated_mobx: ^1.1.1 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hydrated_mobx

With Flutter:

 $ flutter pub add hydrated_mobx

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

dependencies:
  hydrated_mobx: ^1.1.1

Alternatively, your editor might support dart pub get or 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_mobx/hydrated_mobx.dart';
7
likes
160
points
275
downloads

Publisher

verified publishernarek-manukyan.dev

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

hive_ce, meta, mobx, synchronized

More

Packages that depend on hydrated_mobx