graph_bloc 0.1.2 copy "graph_bloc: ^0.1.2" to clipboard
graph_bloc: ^0.1.2 copied to clipboard

A package that implements a lightweight and flexible FSM using a StateGraph for the Bloc package.

Graph Bloc #

A package that implements blocs as FSMs (Finite State Machines). A flexible and lightweight state graph that can help guarantee the relationship between Events and States remains declarative.

Getting started #

You will need to make to include this package in your pubspec.yaml file.

dependencies:
  graph_bloc: 0.1.0

Usage #

See the /example folder for the typical counter example.

Additional information #

For more information about FSMs see Wikipedia.

0
likes
140
pub points
1%
popularity

Publisher

unverified uploader

A package that implements a lightweight and flexible FSM using a StateGraph for the Bloc package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, equatable, flutter

More

Packages that depend on graph_bloc