percent_indicator 4.2.3 copy "percent_indicator: ^4.2.3" to clipboard
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';
2385
likes
140
pub points
100%
popularity
screenshot

Publisher

verified publisherdiegoveloper.com

Library that allows you to display progress widgets based on percentage, can be Circular or Linear, you can also customize it to your needs.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on percent_indicator