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
Describe the bug
Currency symbol is returning the ISO currency symbol instead of the actual symbol. Eg. NumberFormat.currency(locale: 'pt_BR') format currency symbol returns BRL instead of "R$", or NumberFormat.currency(locale: 'en_US') format current returns USD instead of "$".
To Reproduce
install intl package (current '0.19.0')
I've just noticed that "format.simpleCurrencySymbol(format.currencySymbol)" does returns the actual symbol but still the description of format.currencySymbol says it returns For example, "$", "US$", or "€". instead of saying that it returns the ISO currency name.
Describe the bug
Currency symbol is returning the ISO currency symbol instead of the actual symbol. Eg. NumberFormat.currency(locale: 'pt_BR') format currency symbol returns BRL instead of "R$", or NumberFormat.currency(locale: 'en_US') format current returns USD instead of "$".
To Reproduce
install intl package (current '0.19.0')
it prints the wrong output.
The text was updated successfully, but these errors were encountered: