arc_gauge 0.1.0
arc_gauge: ^0.1.0 copied to clipboard
A customizable semicircular arc gauge widget for Flutter. Supports multiple color zones, progress fill up to the current value, and a dot indicator with shadow — ideal for BMI, sleep scores, credit sc [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add arc_gaugeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
arc_gauge: ^0.1.0Alternatively, 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:arc_gauge/arc_gauge.dart';