loading 1.0.0 copy "loading: ^1.0.0" to clipboard
loading: ^1.0.0 copied to clipboard

outdated

A flutter widget of loading progress Indicator. Easy to use, easy to extend

Loading #

A flutter widget of loading progress Indicator. Easy to use, easy to extend

Installation #

Add dependency to pubspec.yaml

dependencies:
  ...
  loading: ^1.0.0

Run in your terminal

flutter packages get

Example #

      body: Container(
        color: Colors.lightBlue,
        child: Center(
          child: Loading(indicator: BallPulseIndicator(), size: 100.0),
        ),
      ),
59
likes
0
pub points
88%
popularity

Publisher

unverified uploader

A flutter widget of loading progress Indicator. Easy to use, easy to extend

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on loading