diff --git a/README.md b/README.md index 080e056..e189e2a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ To fully explore the capabilities of our Linear Gauge, we recommend checking out - [Getting Started](#getting-started) - [Linear Gauge Features](#customization) + - [Orientation](#gauge-orientation) - [Ruler Style](#rulerStyle) - [Pointer](#pointer) @@ -40,6 +41,8 @@ To fully explore the capabilities of our Linear Gauge, we recommend checking out - [Animation](#animation) - [Interactivity](#interactivity) +- [Radial Gauge](#radial-gauge-pre-release) + - [Demo Application](#demo-application) - [Credits](#credits) @@ -95,12 +98,10 @@ The linearGauge can be oriented vertically or horizontally. The orientation can

accessibility text

- - `GaugeOrientation.vertical`: The gauge will be oriented vertically, with the minimum value at the bottom and the maximum value at the top.

accessibility text

- ### **RulerStyle**: The **RulerStyle** class allows you to customize the appearance of the ruler used in the **LinearGauge**. With properties such as `RulerPosition`, `showLabel`, `inverseRuler`, and many more, you can customize the ruler in various ways to suit your needs. @@ -119,7 +120,6 @@ There are different customization options available for pointers and value bar. accessibility text - ### **RangeLinearGauge** The `RangeLinearGauge` class enables you to customize the ruler appearance in the `LinearGauge`. You can display multiple ranges by providing a list of `RangeLinearGauge` values, and customize the color, start, and end values to match your requirements. @@ -127,8 +127,6 @@ The `RangeLinearGauge` class enables you to customize the ruler appearance in th

accessibility text

accessibility text

- - ### **CustomCurve** The `CustomCurve` class allows you to draw Bezier and Straight curves on the `LinearGauge`, providing a high degree of customization for visualizing data. @@ -158,10 +156,8 @@ The `NeedlePointer` widget allows you to create a Needle Pointer and Customize i RadialValueBar The `RadialValueBar` is used within the RadialGauge to represent a value on the gauge using a horizontal bar. It provides a visual indication of the current value within the range of the radial track. - radial png radial png radial png -radial png radial png radial png - +radial png radial png radial png ## License diff --git a/example/screens/mesuring.png b/example/screens/mesuring.png new file mode 100644 index 0000000..74b4be6 Binary files /dev/null and b/example/screens/mesuring.png differ