loading_progress_indicator 0.1.6 copy "loading_progress_indicator: ^0.1.6" to clipboard
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 #

Pub Package Star on Github style: effective dart License: MIT

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.

2
likes
110
pub points
67%
popularity

Publisher

unverified uploader

a flutter widget to indicate loading progress. Easy to use, easy to extend

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on loading_progress_indicator