flipper_loading 2.0.0 copy "flipper_loading: ^2.0.0" to clipboard
flipper_loading: ^2.0.0 copied to clipboard

A flutter widget of flipper_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.2

Run in your terminal

flutter packages get

Example #

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

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flipper_loading