percent_indicator 4.2.3 percent_indicator: ^4.2.3 copied to clipboard
Library that allows you to display progress widgets based on percentage, can be Circular or Linear, you can also customize it to your needs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add percent_indicator
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
percent_indicator: ^4.2.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:percent_indicator/percent_indicator.dart';