Locale Plus Versions Save

LocalePlus allows easy access to native device locale data in Flutter apps. Includes language, country code, time zone, and number formatting preferences.

1.5.0

7 months ago

namespace added to build.gradle file. android package name changed.

1.4.1

7 months ago

Enhanced the isUsingSamsungKeyboard native check to improve the Samsung keyboards recognition.

1.4.0

1 year ago
  • Add the getFirstDayOfWeek function to getting the first day of week from a current locale on Android or from "Language & Region" settings on iOS.

1.3.1

1 year ago
  • Update dependencies

1.2.0

1 year ago
  • Add the isUsingSamsungKeyboard function to detect if the user is using a samsung keyboard
  • Add the patchForSamsungKeyboards argument to the patchNumberSeperators function, to chan

1.3.0

1 year ago
  • 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 the patchNumberSeperators.

1.1.0

1 year ago
  • Add the patchNumberSeperators function to change decimal and group seperators on all locales.
  • Get TimeZone Identifier feature implemented.

1.0.1

1 year ago

Authors updated

1.0.0

1 year ago

Initial release version