Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 994 Bytes

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 994 Bytes

[2.0.0] - 2021-04-12

  • stable version of nullsafety

[2.0.0-nullsafety.0] - 2021-01-25

  • mirgrate to nullsafety

[1.1.2] - 2020-10-11

  • fix bug: missing update ShimmerDirection

[1.1.1] - 2020-04-05

  • support dynamic Gradient according to the application's Theme

[1.1.0] - 2020-03-01

  • improved by using ShaderMaskLayer

[1.0.1] - 2019-09-15

  • support stop and resume animation

[1.0.0] - 2019-01-06

  • support animation loop control
  • the package is stable enough to reach v1.0.0 now

[0.0.6] - 2018-11-14

  • add code document

[0.0.5] - 2018-08-10

  • re-config to support Dart2

[0.0.4] - 2018-06-20

  • update metadata

[0.0.3] - 2018-06-07

  • add direction property to allow customizing animation direction
  • BREAKING: define a new default constructor to allow customizing gradient pattern, the old default construct is renamed to Shimmer.fromColors

[0.0.2] - 2018-06-07

  • update metadata

[0.0.1] - 2018-06-06

  • Initial release.