number_slide_animation icon indicating copy to clipboard operation
number_slide_animation copied to clipboard

can't use double values in "number"

Open atishpaul opened this issue 4 years ago • 2 comments

Hi, Is it possible to use double values? i need to show accurate value in decimals.

and thanks for this useful package..

atishpaul avatar Feb 14 '21 12:02 atishpaul

Hey, thank you for your comment!

I'll look into this in the next weeks :)

kiesman99 avatar Mar 03 '21 21:03 kiesman99

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 [:

exitist avatar Nov 03 '21 05:11 exitist