Skip to content

A plugin for the Dart package bloc that implements a bloc as an FSM.

License

Notifications You must be signed in to change notification settings

CodeKoalas/graph_bloc

Repository files navigation

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: ^1.0.0

Usage

See the /example folder for the typical counter example.

Additional information

For more information about FSMs see Wikipedia.

About

A plugin for the Dart package bloc that implements a bloc as an FSM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published