another_gauge 1.1.1 another_gauge: ^1.1.1 copied to clipboard
Another customizable Gauge widget for Flutter, with automatic needle and cap color
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add another_gauge
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
another_gauge: ^1.1.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:another_gauge/another_gauge.dart';