fadhly-permata / flutter_money_formatter

"FlutterMoneyFormatter" is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any localization.
https://pub.dartlang.org/packages/flutter_money_formatter
Other
85 stars 105 forks source link

`fractionDigitsOnly` output has decimal separator char #4

Closed fadhly-permata closed 5 years ago

fadhly-permata commented 5 years ago

The update in version 0.7.1 has an error in the fractionDigitsOnly output that carries a decimal separator character. Decimal separator characters should not be displayed.

fadhly-permata commented 5 years ago

Fixed