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

outdated

A scrolling digital animation widget that can be used to display the amount of animation and can also guarantee the accuracy of the amount of calculation.

Pub

animated_digit #

一个上下滚动的数字动画 widget,可以用于展示会动的金额、实时在线人数、 凡是需要动画效果的数字,简单易用,也能保证金额精度计算。

A scrolling digital animation widget that can be used to display the amount of animation, the number of people online in real-time, Any number that requires animation effects is simple and easy to use, and it can also guarantee the accuracy of the amount of calculation.

Usage #

AnimatedDigitController _controller = AnimatedDigitController(520);

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

// 累加一个数字 | increment 
_controller.addValue(1314);

// 重置一个数字 | reset
_controller.resetValue(1314);

API #

累加一个数字 | addValue

AnimatedDigitController _controller = AnimatedDigitController(520);
_controller.addValue(1314); // 1834

重置一个数字 | resetValue

AnimatedDigitController _controller = AnimatedDigitController(520);
_controller.resetValue(1314); // 1314

感谢 #

number_precision

192
likes
40
points
10.9k
downloads

Publisher

unverified uploader

Weekly Downloads

A scrolling digital animation widget that can be used to display the amount of animation and can also guarantee the accuracy of the amount of calculation.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_digit