radial_progress 0.1.0 copy "radial_progress: ^0.1.0" to clipboard
radial_progress: ^0.1.0 copied to clipboard

A Flutter library for displaying progress as a circle chart with the ability to dynamize the percentage of progress and personalization

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add radial_progress

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

dependencies:
  radial_progress: ^0.1.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:radial_progress/radial_progress.dart';
9
likes
150
points
145
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for displaying progress as a circle chart with the ability to dynamize the percentage of progress and personalization

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on radial_progress