We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Flutter Radial Gauge widget is a data visualization widget, written in Dart, that displays numerical values on a circular scale. Its rich set of features such as axes, ranges, pointers, and annotations are fully customizable and extendable. Use it to create speedometers, temperature monitors, dashboards, meter gauges, multiaxis clocks, watches, activity gauges, compasses, and more.


Radial Axis

The axis of the Flutter Radial Gauge widget is an easily customizable radial arc in which a set of values are plotted based on business logic.

Radial gauge labels customization

Labels customization

Customize the look and feel of default labels using text style, size, and color properties. Also, add prefix or suffix text to the label.

Radial gauge ticks customization

Ticks customization

Define your own style for minor and major ticks with the help of size, color, and thickness properties.

Setting offset to position radial gauge widget

Offset

To enhance readability, change the default axis position by setting the offset value for labels, ticks, and axis lines.

Axis customization support for radial gauge

Axis line

The axis line is used to add a radial border to the radial gauge. Change the default axis line’s look to your own style.

Multiple axis support for radial gauge

Multiple axis

Add multiple axes to the gauge to design it like a clock, dashboard, speedometer, etc.

Direction support for radial gauge

Direction

Set the axis direction to clockwise or counterclockwise.

Custom axis in radial gauge

Custom axis

Custom axis displays a set of values along a linear or custom scale based on the design requirements.

Background image in radial gauge

Background image

Set the background frame to a radial axis.

axis color customization in radial gauge

Color customization

Customize the default look and feel of an axis line’s appearance with a color gradient.


Gauge range

A range of the Flutter radial gauge is a visual element to quickly visualize where a value falls on a radial axis.

Range label support for radial gauge

Range label

The range label is used to annotate the text in a range to improve the readability.

Width customization of radial gauge ranges

Range width

The range width varies based on the values to enhance usage and readability.

Multiple ranges support in radial gauge

Multiple ranges

Add multiple ranges inside the radial axis to indicate color variation.

Range grouping support in radial gauge

Range Grouping

Combine multiple ranges as a single group using the text pointer.

Gradient range color in radial gauge

Gradient range color

Range of colors can gradually change based on the values to create a smooth color transition.


Gauge Pointer

Pointers contain a list of pointer elements to add any number of gauge pointers such as needle pointer, range pointer and marker pointer inside the axis to indicate values.

Needle pointer support in radial gauge

Needle pointer

Indicate the current value by using a highly customizable needle-type element.

Marker pointer support in radial gauge

Marker pointer

To highlight values, set the marker pointer type to a built-in shape, such as a triangle, inverted triangle, square, or diamond.

Image pointer support in radial gauge

Image pointer

To highlight values using text, set the marker pointer type as image in the built-in type.

Range pointer support in radial gauge

Range pointer

A range pointer is used to indicate the current value relative to the start value of a radial axis.

Pointer gradient support in radial gauge

Gradient pointer color

Range of colors can gradually change based on the values to create a smooth color transition.


Annotations

Annotations display metadata about a Flutter Radial Gauge at specific points of interest in a plotting area.

Image annotations support for radial gauge

Image annotations

The annotations feature provides options to add an image to a gauge widget with respect to angle or axis value. Multiple images can also be added to a single widget.

Text annotations support in radial gauge

Text annotations

Add any text to the Flutter Radial Gauge widget to enhance its readability. Also add multiple text instances to a single widget.


Pointer animation

The Flutter Radial Gauge widget provides visual appeal when the pointer moves from one value to another. Gauge supports various pointer animations.

Pointer animation support for radial gauge


Pointer interaction

The Flutter Radial Gauge widget provides an option to drag a pointer from one value to another. It is used to change the value at run time.

Pointer interaction support for circular gauge


Flutter Radial Gauge Code Example

Easily get started with the Flutter Radial Gauge using a few simple lines of DART code example as demonstrated below. Also explore our Flutter Radial Gauge Example that shows you how to configure a Radial Gauge in Flutter.

import 'package:flutter/material.dart';
    import 'package:syncfusion_flutter_gauges/gauges.dart';

    void main() => runApp(ChartApp());

    class ChartApp extends StatelessWidget {

    @override
    Widget build(BuildContext context) {
        return MaterialApp(
            home: Scaffold(
                body: Center(
                    child: Container(
                        child: SfRadialGauge(
                            axes: <RadialAxis>[
                                RadialAxis(minimum: 0,maximum: 150,
                                ranges: <GaugeRange>[
                                    GaugeRange(startValue: 0,endValue: 50,color: Colors.green,startWidth: 10,endWidth: 10),
                                    GaugeRange(startValue: 50,endValue: 100,color: Colors.orange,startWidth: 10,endWidth: 10),
                                    GaugeRange(startValue: 100,endValue: 150,color: Colors.red,startWidth: 10,endWidth: 10)],
                                    pointers: <GaugePointer>[NeedlePointer(value:90)],
                                    annotations: <GaugeAnnotation>[
                                        GaugeAnnotation(widget: Container(child:
                                        Text('90.0',style: TextStyle(fontSize: 25,fontWeight:FontWeight.bold))),
                                        angle: 90,positionFactor: 0.5)]
                                )]
                            )
                        )
                    )
                )
            );
        }
    }



Frequently Asked Questions

Syncfusion Flutter Radial Gauge provides the following:

  • The widget displays numerical values and ranges on a radial scale.
  • All elements such as axis, range, ticks, labels, and pointers can easily be customized.
  • Customize a gauge to simulate a speedometer, temperature monitor, or dashboard based on any use case requirements related to gauge.
  • The widget has built-in animation and interactive pointers that can be dragged from one place to another.
  • Add multiple widgets such as text and image annotations to a specific point of interest on a radial gauge.
  • One of the best Flutter Radial Gauge in the market that offers feature-rich UI to interact with the software.
  • Superior support, tutorial videos, and documentation.

You can find our Flutter Radial Gauge demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile