flame_fuse 2.0.1
flame_fuse: ^2.0.1 copied to clipboard
Functional behavior composition for Flame components.
Changelog #
2.0.1 #
- new: Implement
fuseMountfor adding callbacks toonMount.
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 #
- new: Write the original set of fuses and first version of the README as documentation.