rx_state_machine 1.0.2 copy "rx_state_machine: ^1.0.2" to clipboard
rx_state_machine: ^1.0.2 copied to clipboard

A library for finite state machine realization in Dart similar to the [Tinder StateMachine library](https://github.com/Tinder/StateMachine).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rx_state_machine

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

dependencies:
  rx_state_machine: ^1.0.2

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:rx_state_machine/rx_state_machine.dart';
3
likes
130
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A library for finite state machine realization in Dart similar to the [Tinder StateMachine library](https://github.com/Tinder/StateMachine).

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, rxdart

More

Packages that depend on rx_state_machine