flame_state_machine 1.0.5
flame_state_machine: ^1.0.5 copied to clipboard
A lightweight, type-safe state machine for the Flame game engine, enabling modular and reusable behavior for Flame components.
1.0.5 #
- Added GitHub Actions CI badge to
README.md. - Added
topicsandissue_trackerfields topubspec.yamlfor improved pub.dev metadata. - Supressed Linter warning
avoid_printinside the example.
1.0.4 #
- Fixed: incorrect state parameter was being passed to the
onExit()callback.
1.0.3 #
- Added state check in
setStateto avoid redundant updates. - Fixed:
previousStatewas not being set properly. - Improve code readability and consistency.
1.0.2 #
- Refactored internal state transition logic for clarity and reuse (no functional changes).
- Replaced inline state updates with
setStatecalls in theStateMachineclass. - Added status badges to
README.mdfor better project visibility.
1.0.1 #
- Added example
- Updated documentation
1.0.0 #
- Initial release