hs_custom_bar 0.0.4 copy "hs_custom_bar: ^0.0.4" to clipboard
hs_custom_bar: ^0.0.4 copied to clipboard

hs_custom_bar is custom flutter bar widget.

hs_custom_bar #

"hs_custom_bar" is a custom widget that implements a thermometer gauge bar.

Where to use #

It can be used to show a certain mission or achievement rate. For example, complete 10 missions of the day gauge 5/10.

  • this is sample image. sample image

How to use #

  1. Enter the maximum gauge number and the current gauge number. (necessary)
  • Enter the current gauge number not to exceed the maximum gauge number.
  1. The current achievement count is displayed on the right side of the gauge bar. (Optional) Usage: showCountView: true (defalut: false)

  2. For the gauge bar gradation color, input Color values from bottom to top and from left to right. (Optional, there is a default value.) Usage: gradientStartColor: Colors.blueAccent, gradientEndColor: Colors.yellowAccent,

  3. Adjustable gauge bar up and down, left and right length and round size (option)

Sample code (Source Code)
1
likes
110
pub points
2%
popularity

Publisher

unverified uploader

hs_custom_bar is custom flutter bar widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on hs_custom_bar