Skip to content

gonuit/gauge_indicator

Repository files navigation

Radial gauge

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


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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors