percent_indicator_nullsafe 4.0.0 copy "percent_indicator_nullsafe: ^4.0.0" to clipboard
percent_indicator_nullsafe: ^4.0.0 copied to clipboard

discontinuedreplaced by: percent_indicator

Updated for Flutter dart null safety. 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_nullsafe

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  percent_indicator_nullsafe: ^4.0.0

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_nullsafe/percent_indicator_nullsafe.dart';
4
likes
110
pub points
28%
popularity

Publisher

unverified uploader

Updated for Flutter dart null safety. Library that allows you to display progress widgets based on percentage, can be Circular or Linear, you can also customize it to your needs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, vector_math

More

Packages that depend on percent_indicator_nullsafe