syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.98k stars 775 forks source link

How can I achive this design #707

Closed cgowthamanmca closed 1 year ago

cgowthamanmca commented 1 year ago

Could you share design coding Range

Yuvaraj-Gajaraj commented 1 year ago

Hi @cgowthamanmca ,

You can find the code snippet for the requested radial gauge types in the below link.

Multiple range - https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/pointers/text_pointer.dart Range width - https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/ranges/range_thickness.dart Range label - https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/ranges/range_datalabels.dart

Regards, Yuvaraj.