Last updated:
0 purchases
graph bloc
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
copied to clipboard
Usage #
See the /example folder for the typical counter example.
Additional information #
For more information about FSMs see Wikipedia.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.