custom_circular_progress 1.0.0 copy "custom_circular_progress: ^1.0.0" to clipboard
custom_circular_progress: ^1.0.0 copied to clipboard

A customizable Flutter package to create circular progress indicators with animation and coloring effects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_circular_progress

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

dependencies:
  custom_circular_progress: ^1.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:custom_circular_progress/custom_circular_progress.dart';
12
likes
145
pub points
69%
popularity

Publisher

unverified uploader

A customizable Flutter package to create circular progress indicators with animation and coloring effects.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_circular_progress