graph_bloc 1.0.0
graph_bloc: ^1.0.0 copied to clipboard
A package that implements a lightweight and flexible FSM using a StateGraph for the Bloc package.
1.0.0 - 02/08/2024 #
- Full version 1.0.0 release!
- Flutter 3 and Dart 3 support.
- Small style fixes and update dependencies.
0.1.2 - 20/04/2022 #
- Fixing a small bug with
transitionWithEffect
expecting the wrong state type.
0.1.1 - 12/02/2022 #
- Fixing pub points
0.1.0 - 11/02/2022 #
- Initial release
- Added a
GraphBloc
that behaves like an FSM. Setting up aBlocStateGraph
that defines all of theStateTransitions
.