Last updated:
0 purchases
loading progress indicator
loading_progress_indicator #
Getting started #
$ flutter pub add loading_progress_indicator
copied to clipboard
Usage #
body: Center(
child: LoadingProgressIndicator(
indicator: BallPulseProgressIndicator(),
size: 50,
color: Colors.indigo,
),
);
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.