You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When switching away from regular number format seen in English locale, to for example Dutch there is an issue with "flutter_money_formatter_base.dart" file that crashes when trying to parse a number that can't be parsed. Specific line that crashes is:
.format(num.parse(numerics));
To Reproduce
Steps to reproduce the behavior:
Enter decimal value and switch to Dutch locale in Flutter app
Expected behavior
I expect that locale for decimal and thousands separator is respected, but I get crash.
Smartphone (please complete the following information):
any device Android or iOS. This is not phone specific.
The text was updated successfully, but these errors were encountered:
LugonjaAleksandar
changed the title
Dutch locale doesn't work with decimals at all
Library unusable on Dutch locale
Nov 21, 2019
When switching away from regular number format seen in English locale, to for example Dutch there is an issue with "flutter_money_formatter_base.dart" file that crashes when trying to parse a number that can't be parsed. Specific line that crashes is:
.format(num.parse(numerics));
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect that locale for decimal and thousands separator is respected, but I get crash.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: