#11 · Primary category: AI UI Components & Blocks Library

flutter_spinkit

android animation animation-library dart dartlang flutter flutter-plugin ios loaders loading loading-animations spinkit

✨ A collection of loading indicators animated with flutter. Heavily Inspired by http://tobiasahlin.com/spinkit.

Project last updated:06/22/26

GitHub Stars

3.1K

Forks

320

Contributors

24

License

MIT

Why we included this project

Flutter apps that sit on a blank screen while data loads are a common annoyance, and this package is a quick way to fix that. It bundles a large set of ready-made animated loading indicators, from rotating circles and fading squares to wave bars, that you can drop into a widget tree with a few lines of Dart. Each spinner is a self-contained widget you can size and color to match your theme, and the more advanced variants expose an itemBuilder so you can restyle the individual animated pieces. That makes it useful both for shipping a polished loading state fast and for learning how Flutter's animation controllers and implicit animations are wired together. Teams that want a consistent, professional-looking loading experience across Android and iOS without hand-writing each animation will find it saves real time.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category