number_slide_animation
number_slide_animation copied to clipboard
can't use double values in "number"
Hi, Is it possible to use double values? i need to show accurate value in decimals.
and thanks for this useful package..
Hey, thank you for your comment!
I'll look into this in the next weeks :)
In my case, i paree the double into two parts (toString() => split(".)), and it works fine.
One thing missing is compatibility with value changes, as mentioned in a few issues in this repo. Using get, my values often change, but the package doesn't reflect them atm.. Thank you for the awesome package [: