Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

83 lines (57 loc) · 1.61 KB

2.7.5

  • ZKGraphics add drawRRect method.

2.7.2

  • Modify the node reset registration point to 0.5.

2.7.1

  • Add zkapp panStart panUpdate panEnd events.

2.6.1

  • Fix the time difference caused by switching between front and back of the app

2.5.2

  • Add auxiliary methods such as getTimeRatio and toSecond
  • Further optimize performance.

2.3.6

  • 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.

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.