hive_state 0.7.1 copy "hive_state: ^0.7.1" to clipboard
hive_state: ^0.7.1 copied to clipboard

MVVM state management tool based on RxDart

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hive_state

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

dependencies:
  hive_state: ^0.7.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:hive_state/hive_state.dart';
0
likes
100
points
420
downloads

Publisher

verified publisherwyattcoder.top

Weekly Downloads

MVVM state management tool based on RxDart

Repository (GitHub)

Topics

#state #mvvm #rx #reactive

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, get_it, hive_flutter, provider, rxdart

More

Packages that depend on hive_state