locale_plus 1.8.0
locale_plus: ^1.8.0 copied to clipboard
LocalePlus allows easy access to native device locale data in Flutter apps. Includes language, country code, time zone, and number formatting preferences.
1.8.0 #
- Add the
getDateFormatPatternfunction to getting the default date format pattern from a current locale on Android or from "Language & Region" settings on iOS.
1.7.0 #
- remove unused analysis options (#17)
- Relaxed intl package dependency for flutter version updates. Changed intl dependency version to ">=0.19.0 <0.21.0".
- Fix android warning: [deprecation] locale in Configuration has been deprecated
1.6.0+1 #
- README updated.
1.6.0 #
- Upgrade Dart SDK version from
2.16.2to3.0.0. - Upgrade Flutter SDK version from
2.5.0to3.10.o. - Update intl package from
0.18.0to0.19.0.
1.5.0 #
- "namespace" added to build.gradle file.
- android package name changed.
1.4.1 #
- Enhanced the
isUsingSamsungKeyboardnative check to improve the Samsung keyboards recognition.
1.4.0 #
- Add the
getFirstDayOfWeekfunction to getting the first day of week from a current locale on Android or from "Language & Region" settings on iOS.
1.3.1 #
- Update dependencies
1.3.0 #
- Add an additional check to make sure the decimal seperator and the group seperator are different.
- Remove the flags from
patchNumberSeperatorsthat would allow for seperate patching of the group and decimal seperator. - remove the
shouldPatchLocalesflag from thepatchNumberSeperators.
1.2.0 #
- Add the
isUsingSamsungKeyboardfunction to detect if the user is using a samsung keyboard - Add the
patchForSamsungKeyboardsargument to thepatchNumberSeperatorsfunction, to chan
1.1.1 #
- Improve error reporting to the developer
1.1.0 #
- Add the
patchNumberSeperatorsfunction to change decimal and group seperators on all locales. - Get TimeZone Identifier feature implemented.
1.0.1 #
Authors updated.
1.0.0 #
Initial version release.