zerker 2.1.1 zerker: ^2.1.1 copied to clipboard
Zerker is a flexible and lightweight flutter canvas graphic animation library.
2.1.0 #
- ZKNode add colorFilter and colorFilterBlendMode prop;
- Fix any warning log
2.0.1 #
- Compatible with sound null safety and the latest api
- Add the mounted method and call it after the user has laid out
1.4.1 #
- Fix the issue of flutter RenderBox was not laid out in the new version
1.3.3 #
- Upgrade the latest dependency version
- Upgrade the examples part of the code
1.3.2 #
- Fix ZKContainer removeChild bug
- Fix Assets onProgress bug
- Fix ZerkerWidget attach bug
1.3.1 #
- Remove uuid library dependencies
- Fix some bugs
1.3.0 #
- fix ZKTween chain bug
- Rewrite example
- Optimize tap interaction events
- Adjust multiple built-in function structures
- Modify the ZKScrollBg class to increase the play/stop method
- add fps Attribute
1.2.8 #
- fix a sprite sheet bug
- flutter format code
1.2.7 #
- Add new logo
1.2.6 #
- Add example
- Add detailed documentation
- Increase readme
1.2.5 #
- Add three extension classes
- First full version
1.2.0 #
- Increase sprite sheet support
- Increase atlas support
- Add animation
1.1.0 #
- Create a base version, including ZKNode ZKImage, etc.