gauge_indicator 0.5.0-beta.7 copy "gauge_indicator: ^0.5.0-beta.7" to clipboard
gauge_indicator: ^0.5.0-beta.7 copied to clipboard

An animated, highly customizable, open source, Flutter gauge widget.

Radial gauge

Animated, highly customizable, open-source Flutter gauge indicator widget.

Check out a working example! 🔗


Examples #

Click any thumbnail to open it in the hosted playground. Source for each lives in example/lib/examples/.

Getting started
Getting started
Zones
Zones
Active zone
Active zone
Zone labels
Zone labels
Thermometer
Thermometer
Step goal
Step goal
Voltmeter
Voltmeter
Activity rings
Activity rings
Live heart rate
Live heart rate
Rank progression
Rank progression
Progress bar shader
Progress bar shader

Usage #

Install:

flutter pub add gauge_indicator

Drop an AnimatedRadialGauge (or RadialGauge) into your tree, sized by its parent:

import 'package:gauge_indicator/gauge_indicator.dart';

SizedBox(
  width: 280,
  height: 200,
  child: AnimatedRadialGauge(
    duration: const Duration(milliseconds: 800),
    value: 65,
    axis: const GaugeAxis(min: 0, max: 100),
  ),
)

Pointers, progress bars, zones, gradients, and labels are all opt-in via the GaugeAxis config — see the gallery above for working setups.

207
likes
0
points
16.6k
downloads

Publisher

verified publisherklyta.it

Weekly Downloads

An animated, highly customizable, open source, Flutter gauge widget.

Repository (GitHub)
View/report issues

Topics

#widget #animation #gauge #gauge-indicator #gauges

Funding

Consider supporting this project:

www.paypal.com
www.buymeacoffee.com

License

unknown (license)

Dependencies

collection, equatable, flutter

More

Packages that depend on gauge_indicator