Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 678 Bytes

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 678 Bytes

[1.1.2] - 18/08/21

  • Some fix

[1.1.1] - 09/08/21

  • Some small improvements

[1.1.0] - 09/08/21

  • Version change

[1.0.5] - 14/06/20

  • Null safety

[1.0.4] - 25/02/20

  • Improve performance for not animated widgets.

[1.0.3] - 30/01/20

  • Fixed issue where context was expected but null was found
  • Fixed issue where each line was rebuild with a different width every time a parent widget rebuild it's state, added a property to enable this behaviour if wanted (rebuildOnStateChange)
  • Updated README.md

[1.0.2] - 26/01/20

  • Dispose animation controller

[1.0.1] - 26/01/20

  • Fix unexported widget

[1.0.0] - 25/01/20

  • Initial release