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
Currently there is support for decimalPattern, but with this you are not able to control the number og decimal digits.
Could support for decimalPatternDigits be added, or optional parameters controlling this sent to decimalPattern? Controlling this is possible for some of the other formats, so it seems a bit strange to me that this is not the case for a general number as well.
Or am I missing some obvious other format that I should use to do this instead?
You're right, the decimalPatternDigits format was introduced in intl 0.18.0. Unfortunately, the current intl_utils version doesn't support it yet. I assume that it might be added in one of the future releases, though I can't guarantee anything or provide a precise timeline. Your upvotes on this issue would give us a clearer understanding of its importance to the community and help us to better prioritize things.
Currently there is support for
decimalPattern
, but with this you are not able to control the number og decimal digits.Could support for
decimalPatternDigits
be added, or optional parameters controlling this sent todecimalPattern
? Controlling this is possible for some of the other formats, so it seems a bit strange to me that this is not the case for a general number as well.Or am I missing some obvious other format that I should use to do this instead?
https://localizely.com/flutter-arb/
The text was updated successfully, but these errors were encountered: