Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Number Formatter #268

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Afroz-Shaikh
Copy link
Collaborator

Description

The Linear Gauge in the package lacks a built-in number formatter, as highlighted in this issue.Also the basic formatting breaks when numbers with weird values are given

LinearGauge(
          start: -70.33,
          end: 62.4444,
          gaugeOrientation: GaugeOrientation.horizontal,
          enableGaugeAnimation: true,
          rulers: RulerStyle(
            rulerPosition: RulerPosition.bottom,
          ),
          pointers: const [
            Pointer(
              value: 50,
              shape: PointerShape.circle,
            ),
          ],
        ),

image

To address this, we have used the intl package's NumberFormat as a parameter. User will able to pass the numberformat and change the values as desired, by default the numberformat parameter Defaults to NumberFormat('#.##').

image

@Afroz-Shaikh Afroz-Shaikh marked this pull request as ready for review May 14, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant