Simple Modifiable Progress Indicators that let you add beautiful progress indicators to your flutter app.
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
modifiable_progress_indicators: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:modifiable_progress_indicators/modifiable_progress_indicators.dart';
There are a number of properties that you can modify:
- height
- width
- color
- stroke width
- image
ModifiableProgressIndicators(
height : 200,
width : 200,
circleColor : Colors.red,
strokeWidth : 5,
image : 'assets/img.png',
),
- Add more kinds of progress indicators
Star project on github.com.
Like on pub.dev.