- ZKGraphics add drawRRect method.
- Modify the node reset registration point to 0.5.
- Add zkapp panStart panUpdate panEnd events.
- Fix the time difference caused by switching between front and back of the app
- Add auxiliary methods such as getTimeRatio and toSecond
- Further optimize performance.
- Unused import: 'dart:ui'.;
- Using a colon as a separator before a default value is deprecated and will not be supported in language version 3.0 and later.
- ZKNode add colorFilter and colorFilterBlendMode prop;
- Fix any warning log
- Compatible with sound null safety and the latest api
- Add the mounted method and call it after the user has laid out
- Fix the issue of flutter RenderBox was not laid out in the new version
- Upgrade the latest dependency version
- Upgrade the examples part of the code
- Fix ZKContainer removeChild bug
- Fix Assets onProgress bug
- Fix ZerkerWidget attach bug
- Remove uuid library dependencies
- Fix some bugs
- 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
- fix a sprite sheet bug
- flutter format code
- Add new logo
- Add example
- Add detailed documentation
- Increase readme
- Add three extension classes
- First full version
- Increase sprite sheet support
- Increase atlas support
- Add animation
- Create a base version, including ZKNode ZKImage, etc.