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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
2.68k
likes
140
points
759k
downloads
screenshot

Publisher

verified publisherdiegoveloper.com

Weekly Downloads

2024.09.11 - 2025.03.26

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)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on percent_indicator