Skip to content

Releases: jogboms/flutter_spinkit

v5.2.2

Choose a tag to compare

@jogboms jogboms released this 11 Aug 10:43

What's Changed

  • Added some customization options to fading_circle by @paulopicasso in #121
  • Fix deprecated withOpacity usage in SpinKitDoubleBounce by @Copilot in #130
  • Fixed incorrect rotation in WanderingCubes animation by @muhitmahmudbs23 in #129

New Contributors

Full Changelog: v5.2.1...v5.2.2

v5.2.1

Choose a tag to compare

@jogboms jogboms released this 25 Mar 13:37

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.2.1

v5.2.0

Choose a tag to compare

@jogboms jogboms released this 01 May 08:00
4211f37

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

Delayed Goodies!

Choose a tag to compare

@jogboms jogboms released this 28 Aug 09:51
71eb648

Much needed improvements

  • Renamed SpinKitPouringHourglass -> SpinKitPouringHourGlass for correctness
  • Fix SpinKitFoldingCube animation
  • Fix disposing of non-local animation controllers
  • Introduced strokeWidth to pouring glass animation

New Kits

  • Introduced SpinKitPouringHourGlassRefined
  • Introduced SpinKitSpinningLines
  • Introduced SpinKitPianoWave
  • Introduced SpinKitDancingSquare
  • Introduced SpinKitThreeInOut

Kudos to

Null safety!

Choose a tag to compare

@jogboms jogboms released this 04 Mar 09:09
91234a5
  • Migrate to null safety

Count on the Waves! 🌊

Choose a tag to compare

@jogboms jogboms released this 21 Feb 07:28
782c0b1
  • Introduced new itemCount property to SpinKitWave. Pr #71 by @payam-zahedi
  • Fixed broken calculations that made certain animations behave weirdly

Easy, Auto-Reverse 🚔

Choose a tag to compare

@jogboms jogboms released this 14 Dec 10:23
004a7a2
  • Utilize native flutter auto-reverse feature for AnimationController

Quality Control 🎖

Choose a tag to compare

@jogboms jogboms released this 30 Nov 10:51
98160fb
  • Introduces a new SpinKit [SpinKitSquareCircle]
  • Introduces const SpinKits
  • Improve code quality across all spinners

Before

final spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);

Now, all SpinKits can be initialized as consts

const spinkit = SpinKitSquareCircle(color: Colors.white, size: 50.0);

Awesome #61 PR by @Abhishek0706

Controllers 🕹

Choose a tag to compare

@jogboms jogboms released this 17 Aug 10:18
636d940

This release introduces injectable AnimationController to allow for fine-grain control from anywhere. Enjoy!

SpinKit Duration ⚙️

Choose a tag to compare

@jogboms jogboms released this 28 Dec 08:38
2c6fff2
  • fix: state disposed before ticker #46
  • feat: duration parameter. #43