gradient_progress_indicator 1.0.0+5 copy "gradient_progress_indicator: ^1.0.0+5" to clipboard
gradient_progress_indicator: ^1.0.0+5 copied to clipboard

This package shows a circular progress indicator with gradient colors, and it is possible insert texts inside that.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gradient_progress_indicator

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

dependencies:
  gradient_progress_indicator: ^1.0.0+5

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:gradient_progress_indicator/gradient_progress_indicator.dart';
17
likes
120
pub points
83%
popularity

Publisher

unverified uploader

This package shows a circular progress indicator with gradient colors, and it is possible insert texts inside that.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on gradient_progress_indicator