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 106 forks source link

Convert comma separator value to dot separator for parsing #14

Open Gerrel opened 5 years ago

Gerrel commented 5 years ago

comma will be replaced with a dot in the end so that the number parser handles it correctly.

Also updated the pubspec and log for version update.

Gerrel commented 4 years ago

@fadhly-permata if you do a update for: https://github.com/fadhly-permata/flutter_money_formatter/pull/12 Can you also take this pull request with it? thanks

fadhly-permata commented 4 years ago

Sure, I'll update it soon