PackageTrack
Sign in Get early access

flutter_spinkit

A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin's SpinKit.

5.2.2 423K downloads/mo #570 most downloaded on pub.dev jogboms/flutter_spinkit

What this package is like to depend on

Last release 1 years ago

11 Aug 2025

Release timing varies

gaps range from 2 weeks to 1.7 years

Most releases are documented

notes for 13 of 18 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

19 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

19 releases · Jul 2018 to Aug 2025
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 19
  1. 5.2.2 11 Aug 2025
    Release notes

    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

    Open source →
    Release notes
    • Fix SpinKitWanderingCubes not working as showcased
    Open source →
  2. 5.2.1 25 Mar 2024
    Release notes

    What's Changed

    New Contributors

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

    Open source →
    Release notes
    • Fix SpinKitCubeGrid not working as showcased
    Open source →
  3. 5.2.0 01 May 2023
    Release notes

    What's Changed

    New Contributors

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

    Open source →
    Release notes
    • Fix SpinKitCircle, SpinKitFadingCircle, SpinKitDancingSquare animation
    • Fix calling setState on unmounted states
    • Introduced [SpinKitWaveSpinner]
    • Introduced [SpinKitPulsingGrid]
    Open source →
  4. 5.1.0 28 Aug 2021
    Release notes
    • Renamed SpinKitPouringHourglass -> SpinKitPouringHourGlass for correctness
    • Fix SpinKitFoldingCube animation
    • Fix disposing of non-local animation controllers
    • Introduced strokeWidth to pouring glass animation
    • Introduced SpinKitPouringHourGlassRefined
    • Introduced SpinKitSpinningLines
    • Introduced SpinKitPianoWave
    • Introduced SpinKitDancingSquare
    • Introduced SpinKitThreeInOut
    Open source →
  5. 5.0.0 04 Mar 2021
    Release notes
    • Migrate to null safety
    Open source →
  6. 5.0.0-nullsafety.0 04 Mar 2021 pre-release
    Release notes

    v5.0.0-nullsafety.0 #89

    Open source →
  7. 4.1.2 21 Feb 2020
    Release notes
    • Introduced new itemCount property to SpinKitWave
    • Fixed broken calculations that made certain animations behave weirdly
    Open source →
  8. 4.1.2+1 26 Mar 2020
    Release notes
    • Upgrades the example to AndroidX
    Open source →
  9. 4.1.1 14 Dec 2019
    Release notes
    • Utilize native flutter auto-reverse feature for AnimationController
    Open source →
  10. 4.1.1+1 14 Dec 2019
    Release notes
    • Include Authors info in README
    Open source →
  11. 4.1.0 30 Nov 2019
    Release notes
    • 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);
    

    <img src="https://raw.githubusercontent.com/jogboms/flutter_spinkit/master/screenshots/square_circle.gif" width="100px" height="100px">

    Open source →
  12. 4.0.0 17 Aug 2019
    Release notes

    Feature

    final spinkit = SpinKitFadingCircle(
      color: Colors.white,
      size: 50.0,
      controller: AnimationController(vsync: this, duration: const Duration(milliseconds: 1200)),
    );
    
    • [DualRing] lineWidth parameter 9bcfd5. Closes #42
    Open source →
  13. 3.1.0 28 Dec 2018
    Release notes

    Feature

    Fixes

    • state disposed before ticker 0c9b6e3
    Open source →
  14. 3.0.0 04 Nov 2018
    Release notes

    Before

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

    Now, there is an itemBuilder alternative

    final spinkit = SpinKitFadingCircle(
      itemBuilder: (_, int index) {
        return DecoratedBox(
          decoration: BoxDecoration(
            color: index.isEven ? Colors.red : Colors.green,
          ),
        );
      },
    );
    

    Which produces

    <img src="https://raw.githubusercontent.com/jogboms/flutter_spinkit/master/screenshots/itemBuilder.gif" width="100px">

    Open source →
  15. 2.1.0 31 Aug 2018

    Nothing published for this version

  16. 2.0.1 31 Jul 2018

    Nothing published for this version

  17. 2.0.0 19 Jul 2018

    Nothing published for this version

  18. 1.1.0 05 Jul 2018

    Nothing published for this version

  19. 1.0.0 05 Jul 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive