flame_fuse 2.0.0
flame_fuse: ^2.0.0 copied to clipboard
Functional behavior composition for Flame components.
Changelog #
2.0.0 #
- Refactor: Move private classes, etc. into
src/and expose the main library fromflame_fuse.dartper standard Dart library conventions. - New: Implement fuses for managing drags.
1.0.3 #
- Revert: Reverts the zone removal in change 1.0.2 as it seems to break
asynccomponents occasionally.
1.0.2 #
- Refactor: Remove zone-based
fuseComponentimplementation in favor of a global variable.
1.0.1 #
- Fix: Forgot to implement
fuseResize.
1.0.0 #
- Write the original set of fuses and first version of the README as documentation.