flutter
spin kit
a collection of loading indicators animated with flutter. heavily inspired by @tobiasahlin’s spin kit.
installing
dependencies:
flutter_spinkit: "^2.1.0"
import
import 'package:flutter_spinkit/flutter_spinkit.dart';
how to use
spinkitrotatingcircle(
color: colors.white,
size: 50.0,
);
for more info, please, refer to the showcase.dart
in the example.
roadmap
![]() rotatingplane ✅ | ![]() doublebounce ✅ | ![]() wave ✅ | ![]() wanderingcubes ✅ | ![]() fadingfour ✅ | ![]() fadingcube ✅ |
![]() pulse ✅ | ![]() chasingdots ✅ | ![]() threebounce ✅ | ![]() circle ✅ | ![]() cubegrid ✅ | ![]() fadingcircle ✅ |
![]() rotatingcircle ✅ | ![]() foldingcube ✅ | ![]() pumpingheart ✅ | ![]() dualring ✅ | ![]() hourglass ✅ | ![]() pouringhourglass ✅ |
![]() fadinggrid ✅ | ![]() ring ✅ | ![]() ripple ✅ | ![]() spinningcircle ✅ |
bugs/requests
if you encounter any problems feel free to open an issue. if you feel the library is missing a feature, please raise a ticket on github and i’ll look into it.
pull request are also welcome.
Comments are closed.