gauge_progress 1.0.1 copy "gauge_progress: ^1.0.1" to clipboard
gauge_progress: ^1.0.1 copied to clipboard

A customizable semi-circular gauge progress widget for Flutter with adjustable colors, stroke widths, and size.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gauge_progress

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

dependencies:
  gauge_progress: ^1.0.1

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:gauge_progress/gauge_progress.dart';
2
likes
160
points
99
downloads
screenshot

Publisher

verified publishercodemicros.com

Weekly Downloads

A customizable semi-circular gauge progress widget for Flutter with adjustable colors, stroke widths, and size.

Repository (GitHub)
View/report issues

Topics

#gauge #progress #chart #custom-painter #dashboard

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gauge_progress