Flutter Loading Indicators
A Flutter package with a selection of simple yet very customizable set of loading indicators.
Installation
Add the following to your pubspec.yaml
file:
Then import the file to your project:
How to use
Choose a loading indicator from the list:
- FlipCircle
- RotatingSquare
- FlipBox
- BouncingGrid
Then add the following code:
Or you can customize it a bit:
Or customize it even more!
For more customization, please look inside the loading indicator files.
Note: all the indicators come ready to go just by calling LoadingFlipBox()
, for example.
Examples
For a more true experience of the animations and variations,
download the example project and run using flutter run --profile
.
LoadingFlipCircle()
LoadingRotatingSquare()
LoadingFlipBox()
LoadingBouncingGrid()