comahe.de
comahe.de
`toPersistentSet` and `toPersistentMap` now working in a similar way as `toPersistentList` The contract in the KDoc was not fulfilled as it says for `toPersistentSet`: > If the receiver is already...
In `LocalizedStringNumber` the data structure `NumberFormattingInfo` is used to format numbers like "1,234.456". But currently only "en" and "de" is supported. Use the information from https://github.com/unicode-org/cldr-json/tree/main/cldr-json/cldr-numbers-full to support more Locales...
For low numbers it is common to write the word and not the numerals. So it would be could to have a provider per locale that can write the number...