redux_machine 1.0.0-rc.1 copy "redux_machine: ^1.0.0-rc.1" to clipboard
redux_machine: ^1.0.0-rc.1 copied to clipboard

outdated

Redux Store implementation which can also be used as a state machine.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add redux_machine

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

dependencies:
  redux_machine: ^1.0.0-rc.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:redux_machine/redux_machine.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Redux Store implementation which can also be used as a state machine.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on redux_machine