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.