- README updated.
- Upgrade Dart SDK version from
2.16.2
to3.0.0
. - Upgrade Flutter SDK version from
2.5.0
to3.10.o
. - Update intl package from
0.18.0
to0.19.0
.
- "namespace" added to build.gradle file.
- android package name changed.
- Enhanced the
isUsingSamsungKeyboard
native check to improve the Samsung keyboards recognition.
- Add the
getFirstDayOfWeek
function to getting the first day of week from a current locale on Android or from "Language & Region" settings on iOS.
- Update dependencies
- Add an additional check to make sure the decimal seperator and the group seperator are different.
- Remove the flags from
patchNumberSeperators
that would allow for seperate patching of the group and decimal seperator. - remove the
shouldPatchLocales
flag from thepatchNumberSeperators
.
- Add the
isUsingSamsungKeyboard
function to detect if the user is using a samsung keyboard - Add the
patchForSamsungKeyboards
argument to thepatchNumberSeperators
function, to chan
- Improve error reporting to the developer
- Add the
patchNumberSeperators
function to change decimal and group seperators on all locales. - Get TimeZone Identifier feature implemented.
Authors updated.
Initial version release.