reactive_state 0.7.0-dev.1 copy "reactive_state: ^0.7.0-dev.1" to clipboard
reactive_state: ^0.7.0-dev.1 copied to clipboard

An easy to understand reactive state management solution for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reactive_state

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

dependencies:
  reactive_state: ^0.7.0-dev.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:reactive_state/reactive_state.dart';
1
likes
40
points
18
downloads

Publisher

verified publisherensody.com

Weekly Downloads

An easy to understand reactive state management solution for Flutter.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on reactive_state