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?
https://localizely.com/flutter-arb/
Currently there is support for
decimalPattern, but with this you are not able to control the number og decimal digits.Could support for
decimalPatternDigitsbe 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/