loading_progress_indicator

Creator: coderz1093

Last updated:

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.