h65wang / flutter-animated-counter

An implicit animation widget that flips from one number to another.

Home Page:https://pub.dev/packages/animated_flip_counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for thousand separator

ariona opened this issue · comments

Current version not supported for thousand separator, only decimal separator present.

Thanks for the suggestion.

Version 0.2.1 added thousandSeparator property. E.g. thousandSeparator: ',' turns 1000 into 1,000.

For certain locale, we can customize the thousandSeparator and decimalSeparator so 1,000.48 becomes 1.000,48.

Please help test these features and let me know how it goes.

Thanks for the update, it's working 👍