Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork325
✨ A collection of loading indicators animated with flutter. Heavily Inspired byhttp://tobiasahlin.com/spinkit.
License
jogboms/flutter_spinkit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A collection of loading indicators animated with flutter. Heavily inspired by@tobiasahlin'sSpinKit.
dependencies:flutter_spinkit:^5.2.2
import'package:flutter_spinkit/flutter_spinkit.dart';
const spinkit=SpinKitRotatingCircle( color:Colors.white, size:50.0,);
final spinkit=SpinKitFadingCircle( itemBuilder: (BuildContext context,int index) {returnDecoratedBox( decoration:BoxDecoration( color: index.isEven?Colors.red:Colors.green, ), ); },);
final spinkit=SpinKitSquareCircle( color:Colors.white, size:50.0, controller:AnimationController(vsync:this, duration:constDuration(milliseconds:1200)),);
For more info, please, refer to theshowcase.dart in the example.
Some GIF images gotten fromAndroid Spinkit.
If you encounter any problems feel free to open an issue. If you feel the library ismissing a feature, please raise a ticket on Github and I'll look into it.Pull request are also welcome.
For help getting started with Flutter, view our onlinedocumentation.
For help on editing plugin code, view thedocumentation.
MIT License
About
✨ A collection of loading indicators animated with flutter. Heavily Inspired byhttp://tobiasahlin.com/spinkit.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.





























