progress_indicator 0.1.0 copy "progress_indicator: ^0.1.0" to clipboard
progress_indicator: ^0.1.0 copied to clipboard

outdated

A useful collection of custom progress indicators for flutter.

Progress Indicator #

CircularProgress

Features #

  • circular progress indicator.

Usage #

import 'package:progress_indicator/progress_indicator.dart';

CircularProgressIndicator #

```dart
CircularProgress(
    percentage: 50.0,
    color: Colors.orange,
    back: Colors.blue,
);
```
36
likes
0
pub points
89%
popularity

Publisher

verified publisherrodrigoleonel.com

A useful collection of custom progress indicators for flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on progress_indicator