Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

66 lines (41 loc) · 1.62 KB

Change Log

Official Changelog for different addition, changes, modifications.

[3.0.1]

  • chore(misc): update README.md (Ayush P Gupta)
  • chore(misc): upgrade package lock (Ayush P Gupta)
  • refactor!: v3.0.0 (#34) (Sahil Kumar)
  • feat: upgrade example to Flutter 3.0 (#33) (BradInTheUSA)
  • fix: late timer issue (#28) (jakeBrightHR)
  • Fix timer issue in unit tests (#27) (jakeBrightHR)
  • refactor: follow linting rules by Lint package (#26) (Yousef Almutairi)

[2.0.2+1]

  • Upgrade example to Flutter 3.0

[2.0.2]

  • Hide circle if animate false (#21)

[2.0.1]

  • Fix #17 thanks to @nurassylive
  • Fix stop animation jank when animate is set to false

[2.0.0]

  • Migrate example to android v2
  • [Null Safety] Migrate package to support null safety
  • [Pubspec] Remove author
  • [Misc] Add linux desktop support
  • [Refactor] Remove redundant code and refactor

[1.2.0]

  • Fix README with updated code

[1.1.0]

Merged

  • #6 Add 'animate', 'curve' option. Thanks @Nolence for PR. Thanks @Sahil for feedback.
  • Add macos support

[1.0.0]

Merged

  • #5 Add option to change shape of widget. Thanks @gildurao

[0.2.0]

Merged

  • #2 Fixes exception when using widget inside scroll widget. Fixed missing repeat parameter usage. Thanks @Sahil

Added

  • Delay in starting animation 'startDelay'

[0.1.0] - Initial Release