loading

Creator: coderz1093

Last updated:

Add to Cart

Description:

loading

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
copied to clipboard
Run in your terminal
flutter packages get
copied to clipboard
Example #
body: Container(
color: Colors.lightBlue,
child: Center(
child: Loading(indicator: BallPulseIndicator(), size: 100.0,color: Colors.pink),
),
),
copied to clipboard

License

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

Customer Reviews

There are no reviews.