moon_gauge_bar 1.0.1 copy "moon_gauge_bar: ^1.0.1" to clipboard
moon_gauge_bar: ^1.0.1 copied to clipboard

moon_gauge_bar_package

Features #

A simple and easy-to-use gauge bar package!

1. half circular gauge bar #

video.gif

Getting started #

flutter pub add moon_gauge_bar

Usage #

1. half circular gauge bar #

SizedBox(
    width: 200,
    height: 200,
    // use moon gauge bar
    child: MoonGaugeBar.halfCircularGaugeBar(
        score: score,
        labelStyle: const MoonGaugeLabelStyleUIModel(
            startPointText: "0",
            endPointText: "100",
        ),
    ),
)

Additional information #

properties objects #

  1. gaugeStyle : MoonGaugeBarStyleUIModel() Define the style for the gauge bar.
  2. labelStyle : MoonGaugeLabelStyleUIModel() Define the style for the gauge bar labels.
  3. scoreStyle : MoonGaugeScoreStyleUIModel() Define the style for the score in the center of the gauge bar.
2
likes
115
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

moon_gauge_bar_package

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on moon_gauge_bar