statemachine 2.0.1 statemachine: ^2.0.1 copied to clipboard
A simple, yet powerful state machine framework for Dart supporting Flutter and web apps.
Changelog #
2.0.0 #
- Dart 2.12 requirement and null-safety.
1.6.0 #
- Dart 2.3 compatibility and requirement.
1.5.0 #
- Dart 2.2 compatibility and requirement.
1.4.0 #
- Drop Dart 1.0 compatibility.
1.3.0 #
- Reformat all code.
- Reorganize into micro libraries.
1.2.3 #
- Replace deprecated async code.
1.2.2 #
- Fix CSS problem in example.
1.2.1 #
- Update documentation.
1.2.0 #
- Fix linter warnings.
- Update documentation.
- Address missing coverage.
1.1.1 #
- Fix a broken test.
1.1.0 #
- Update to use Travis.
1.0.6 #
- Support for nested machines.
- Support for enter/exist state events.
1.0.3 #
- Improve test coverage.
1.0.0 #
- Initial version.