gokberkbar / locale_plus

LocalePlus allows easy access to native device locale data in Flutter apps. Includes language, country code, time zone, and number formatting preferences.
https://pub.dev/packages/locale_plus
MIT License
26 stars 10 forks source link

Fix patch locales for edge cases #7

Closed BentEngbers closed 1 year ago

BentEngbers commented 1 year ago

The patchNumberSeperators could patch the locales such that the group and decimal seperator are the same. This creates undefined behaviour. the patching behaviour of the group seperator has also been modified, to account for the samsung keyboard. Ive also added an addition check to make sure that this cannot happen.

Pre-launch Checklist