percent_indicator 4.2.4 copy "percent_indicator: ^4.2.4" to clipboard
percent_indicator: ^4.2.4 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.4

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';
2.63k
likes
150
points
770k
downloads
screenshot

Publisher

verified publisherdiegoveloper.com

Weekly Downloads

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