A useful collection of custom progress indicators for flutter.
More...
CircularProgress
import 'package:progress_indicator/progress_indicator.dart';
```dart CircularProgress( percentage: 50.0, color: Colors.orange, back: Colors.blue, ); ```
rodrigoleonel.com
Repository (GitHub)View/report issues
unknown (license)
flutter
Packages that depend on progress_indicator
Back