PackageTrack
Sign in Get early access

locale_plus

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

2.0.0 6.9K downloads/mo #3435 most downloaded on pub.dev gokberkbar/locale_plus

What this package is like to depend on

Last release 3 months ago

21 May 2026

Release timing varies

gaps range from 2 weeks to 13 months

Nearly every release is documented

notes for 15 of 15 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

15 releases · first in 2023

1 release in the last 12 months

see the full history below

Release timeline

15 releases · Jan 2023 to May 2026
2024 2025 2026
Release Pre-release

Releases

latest 15
  1. 2.0.0 21 May 2026
    Release notes

    Highlights

    • Swift Package Manager support for iOS (CocoaPods continues to work). Closes #20.
    • Converted the iOS plugin entry point from a mixed Objective-C / Swift shim to pure Swift.

    Breaking changes

    • iOS deployment target raised from 9.0 to 13.0 (required by SPM, and matches the current Flutter minimum).
    • Minimum Flutter raised from 3.10.0 to 3.38.0.
    • Minimum Dart SDK raised from 3.0.0 to 3.10.0.

    Upgrading

    dependencies:
      locale_plus: ^2.0.0

    Make sure your app's iOS deployment target is 13.0 or higher.

    Open source →
    Release notes
    • Add Swift Package Manager support for iOS (CocoaPods continues to work). Fixes #20.
    • Breaking: iOS deployment target raised from 9.0 to 13.0 (required by SPM and matches current Flutter minimum).
    • Breaking: Minimum Flutter raised from 3.10.0 to 3.38.0.
    • Breaking: Minimum Dart SDK raised from 3.0.0 to 3.10.0.
    • Converted the iOS plugin entry point from a mixed Objective-C / Swift shim to pure Swift.
    Open source →
  2. 1.8.0 24 Jul 2025
    Release notes
    • Add the getDateFormatPattern function to getting the default date format pattern from a current locale on Android or from "Language & Region" settings on iOS.
    Open source →
    Release notes
    • Add the getDateFormatPattern function to getting the default date format pattern from a current locale on Android or from "Language & Region" settings on iOS.
    Open source →
  3. 1.7.0 10 Jun 2025
    Release notes
    • remove unused analysis options
    • 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
    Open source →
    Release notes
    • 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
    Open source →
  4. 1.6.0 30 May 2024
    Release notes
    • 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.
    Open source →
    Release notes
    • 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.
    Open source →
  5. 1.6.0+1 06 Jun 2024
    Release notes
    • README updated.
    Open source →
    Release notes
    • README updated.
    Open source →
  6. 1.5.0 23 Nov 2023
    Release notes

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

    Open source →
    Release notes
    • "namespace" added to build.gradle file.
    • android package name changed.
    Open source →
  7. 1.4.1 09 Oct 2023
    Release notes

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

    Open source →
    Release notes
    • Enhanced the isUsingSamsungKeyboard native check to improve the Samsung keyboards recognition.
    Open source →
  8. 1.4.0 26 May 2023
    Release notes
    • Add the getFirstDayOfWeek function to getting the first day of week from a current locale on Android or from "Language & Region" settings on iOS.
    Open source →
    Release notes
    • Add the getFirstDayOfWeek function to getting the first day of week from a current locale on Android or from "Language & Region" settings on iOS.
    Open source →
  9. 1.3.1 21 May 2023
    Release notes
    • Update dependencies
    Open source →
    Release notes
    • Update dependencies
    Open source →
  10. 1.3.0 05 May 2023
    Release notes
    • 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.
    Open source →
    Release notes
    • 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.
    Open source →
  11. 1.2.0 20 Apr 2023
    Release notes
    • Add the isUsingSamsungKeyboard function to detect if the user is using a samsung keyboard
    • Add the patchForSamsungKeyboards argument to the patchNumberSeperators function, to chan
    Open source →
  12. 1.1.1 14 Apr 2023
    Release notes
    • Improve error reporting to the developer
    Open source →
  13. 1.1.0 31 Jan 2023
    Release notes
    • Add the patchNumberSeperators function to change decimal and group seperators on all locales.
    • Get TimeZone Identifier feature implemented.
    Open source →
  14. 1.0.1 04 Jan 2023
    Release notes

    Authors updated.

    Open source →
  15. 1.0.0 04 Jan 2023
    Release notes

    Initial version release.

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive