loading_progress_indicator 0.1.6 loading_progress_indicator: ^0.1.6 copied to clipboard
a flutter widget to indicate loading progress. Easy to use, easy to extend
loading_progress_indicator #
Getting started #
$ flutter pub add loading_progress_indicator
Usage #
body: Center(
child: LoadingProgressIndicator(
indicator: BallPulseProgressIndicator(),
size: 50,
color: Colors.indigo,
),
);
Features #
- ✅ BallPulseProgressIndicator(),
- ✅ PacmanProgressIndicator(),
- ✅ BallBeatProgressIndicator(),
- ✅ BallGridPulseProgressIndicator(),
- ✅ BallScaleProgressIndicator(),
- ✅ BallScaleMultipleProgressIndicator(),
- ✅ BallSpinFadeLoaderProgressIndicator(),
- ✅ LineScaleProgressIndicator(),
- ✅ LineScalePartyProgressIndicator(),
- ✅ LineScalePulseOutProgressIndicator(),
Examples #
If you prefer you can download the example of the previous code from here.