Skip to content

Releases: gokberkbar/locale_plus

1.6.0+1

02 Jul 17:55
Compare
Choose a tag to compare
  • README updated.

1.6.0

02 Jul 17:55
Compare
Choose a tag to compare
  • Upgrade Dart SDK version from 2.16.2 to 3.0.0.
  • Upgrade Flutter SDK version from 2.5.0 to 3.10.o.
  • Update intl package from 0.18.0 to 0.19.0.

1.5.0

23 Nov 17:54
Compare
Choose a tag to compare

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

1.4.1

23 Nov 17:53
02f5222
Compare
Choose a tag to compare

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

1.4.0

26 May 17:11
Compare
Choose a tag to compare
  • 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

21 May 11:46
e446545
Compare
Choose a tag to compare
  • Update dependencies

1.3.0

05 May 08:40
Compare
Choose a tag to compare
  • 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.2.0

05 May 08:42
193e87f
Compare
Choose a tag to compare
  • 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.1.0

31 Jan 11:09
Compare
Choose a tag to compare
  • Add the patchNumberSeperators function to change decimal and group seperators on all locales.
  • Get TimeZone Identifier feature implemented.

1.0.1

04 Jan 14:22
Compare
Choose a tag to compare

Authors updated