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

outdated

widget that can scroll up and down

animated_digit #

一个会上下滚动数字的 AnimatedWidget widget that can scroll up and down

Usage #

AnimatedDigitController _controller = AnimatedDigitController(520);

AnimatedDigitWidget(
  controller: _controller,
  textStyle: TextStyle(color: Color(0xff009668)),
  fractionDigits: 2,
  enableDigitSplit: true,
)

_controller.addValue(1314);

_controller.resetValue(1314);
140
likes
0
pub points
95%
popularity

Publisher

unverified uploader

widget that can scroll up and down

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_digit