PackageTrack
Sign in Get early access

lokalise_flutter_sdk

Lokalise Flutter SDK over-the-air translations updates. This package provides new translations from lokalise.com without a new app release.

3.2.0 23K downloads/mo #2060 most downloaded on pub.dev

What this package is like to depend on

Last release 26 days ago

29 Jul 2026

Release timing varies

gaps range from 2 weeks to 8 months

Most releases are documented

notes for 45 of 51 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

51 releases · first in 2022

4 releases in the last 12 months

see the full history below

Release timeline

51 releases · Sep 2022 to Jul 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 51
  1. 3.2.0 29 Jul 2026
    Release notes

    New

    • The SDK is now compatible with intl_translation 0.22.0.
    Open source →
  2. 3.1.1 07 Jul 2026
    Release notes

    Fixes

    • Fixed a static analysis error with intl 0.20.3.
    Open source →
  3. 3.1.0 13 May 2026
    Release notes

    New

    • The SDK is now compatible with package_info_plus 10.
    Open source →
  4. 3.0.0 23 Sep 2025
    Release notes

    Breaking Changes

    • The SDK now requires package_info_plus 9.0.0.
    • The SDK now requires dart_style 3.0.0.
    • The SDK now requires petitparser 7.0.0.

    New

    • The SDK is now compatible with intl_translation 0.21.0.
    Open source →
  5. 2.1.0 30 Jul 2025
    Release notes

    New

    • The SDK is now compatible with petitparser 7.
    Open source →
  6. 2.0.0 25 Feb 2025
    Release notes

    Breaking Changes

    • The SDK now requires Dart 3
    • The SDK now requires Flutter 3
    Open source →
  7. 1.3.4 22 Jan 2025
    Release notes

    New

    • The SDK is now compatible with intl 0.20.0
    • The SDK is now compatible with archive 4.0.0

    Reminder

    • On next major release the SDK will require Dart 3 and Flutter 3
    Open source →
  8. 1.3.3 03 Sep 2024
    Release notes

    Fixes

    • Fixed an issue that produce the remote bundles to not be used due to an error on selected locale resolution

    Reminder

    • On next major release the SDK will require Dart 3 and Flutter 3
    Open source →
  9. 1.3.2 12 Aug 2024
    Release notes

    Fixes

    • Fixed an issue that produce an error log on web platform

    Reminder

    • On next major release the SDK will require Dart 3 and Flutter 3
    Open source →
  10. 1.3.1 03 Jul 2024
    Release notes

    Fixes

    • Fixed an issue where date formats specified in ARB files were not being respected by the generator

    Reminder

    • On next major release the SDK will require Dart 3 and Flutter 3
    Open source →
  11. 1.3.0 28 May 2024
    Release notes

    New

    • The SDK is now compatible with multiple Lokalise delegates, which allows to split apps in packages

    Reminder

    • On next major release the SDK will require Dart 3 and Flutter 3
    Open source →
  12. 1.2.5 16 May 2024
    Release notes

    New

    • The SDK is now compatible with package_info_plus 8
    • The SDK is now compatible with intl_translation 0.20.0

    Reminder

    • On next major release the SDK will require Dart 3 and Flutter 3
    Open source →
  13. 1.2.4 10 Apr 2024
    Release notes

    New

    • The SDK is now compatible with package_info_plus 7

    Reminder

    • On next major release the SDK will require Dart 3 and Flutter 3
    Open source →
  14. 1.2.3 10 Apr 2024
    Release notes

    New

    • The SDK is now compatible with package_info_plus 6

    Coming soon

    • On next major release the SDK will require Dart 3 and Flutter 3
    Open source →
  15. 1.2.2 14 Mar 2024
    Release notes

    Fixes

    • Fixed an issue on the web platform that was preventing the use of the logging parameter.
    Open source →
  16. 1.2.1 16 Jan 2024
    Release notes

    New

    • The SDK is now compatible with intl 0.19, and ready to use with the upcoming version of Flutter.
    • The SDK is now compatible with petitparser 6.
    • The SDK is now compatible with package_info_plus 5.
    • The SDK is now compatible with logger 2.
    Open source →
  17. 1.2.0 27 Jun 2023
    Release notes

    New

    • New gen-lok-l10n customization options, please check the docs to read about them.
    • New logging parameter added to the Lokalise.init method. You can use this parameter in debug mode to get more details on the errors happening in the SDK.

    Fixes

    • Fixed a generator issue that prevented the creation of corresponding entries in .dart files when a format is included in a DateTime type key.
    Open source →
  18. 1.1.1 21 Mar 2023
    Release notes

    Others

    • Improved initMock documentation explaining the usage of the optional parameters.
    Open source →
  19. 1.1.0 15 Mar 2023
    Release notes

    New

    • New initMock method to initialize the Lokalise instance, that you can use to write your test cases or experiment without using real storage or API calls.
    • Support for locale codes that include the writing system (e.g., zh_Hans or zh_Hant_HK).
    Open source →
  20. 1.0.1 03 Mar 2023
    Release notes

    New

    • Added an example app to the SDK.
    • The SDK is now compatible with intl 0.18.0, and ready to use with the upcoming version of Flutter.
    Open source →
  21. 1.0.0 15 Feb 2023
    Release notes

    Breaking changes

    • The generated files are now located on the l10n directory (l10n/generated). If you already had generated files, you will need to remove them and run the generation command again. You will also need to update your import statements for the l10n.dart file.
    • The route for the Lokalise class has changed to import 'package:lokalise_flutter_sdk/lokalise_flutter_sdk.dart';. Please update your import statements accordingly.

    Fixes

    • Fixed an issue with bundle downloads on certain platforms. The app version was not populated properly when it didn't follow a simple pattern on pubspec.yaml. Now more complex app versions such as x.y.z-aa-bb are supported.

    Others

    • Improved the quality of the codebase substantially.
    Open source →
  22. 0.5.1 03 Feb 2023
    Release notes

    Fixes

    • Fixed an error that caused newly downloaded bundles to not be used until the application was restarted.
    Open source →
  23. 0.5.0 30 Jan 2023
    Release notes

    Breaking changes

    • The appVersion parameter has changed, and now it is automatically populated with your app version. It continues being customizable for testing purposes but we might remove it in the future so please don't use it.

    Others

    • Improved the quality of the codebase substantially
    Open source →
  24. 0.4.0 05 Jan 2023
    Release notes

    New

    • Customization of the l10n.dart class name

    Behaviour changes

    • Improved error handling
    • Debug logs removed
    • l10n.dart class improved to be easier to use.
    • Generate command name change from lok_tr to gen-lok-l10n
    Open source →
  25. 0.3.1 22 Dec 2022
    Release notes

    UPDATE README

    Open source →
  26. 0.3.0 20 Dec 2022
    Release notes

    IMPROVING LOKALISE CLASS API AND CLASSES GENERATOR

    Open source →
  27. 0.2.5 29 Nov 2022
    Release notes

    FIX OTA RESPONSE PARSING ISSUE

    Open source →
  28. 0.2.4 24 Oct 2022
    Release notes

    UPDATE LOKALISE OTA ENDPOINTS

    Open source →
  29. 0.2.3 05 Oct 2022
    Release notes

    RENAME EXECUTABLE, UPDATE LICENSE

    Open source →
  30. 0.2.2 20 Sep 2022
    Release notes

    ADD DOC COMMENTS FOR PUBLIC API

    Open source →
  31. 0.2.1 20 Sep 2022

    Nothing published for this version

  32. 0.2.0 20 Sep 2022

    Nothing published for this version

  33. 0.1.9 19 Sep 2022
    Release notes

    FIX DOCUMENTATION ON PUB.DEV / FORMAT FILES

    Open source →
  34. 0.1.8 19 Sep 2022

    Nothing published for this version

  35. 0.1.7 15 Sep 2022
    Release notes

    FIX GITHUB ACTIONS

    Open source →
  36. 0.1.6 15 Sep 2022

    Nothing published for this version

  37. 0.1.5 15 Sep 2022

    Nothing published for this version

  38. 0.1.4 15 Sep 2022

    Nothing published for this version

  39. 0.1.3 15 Sep 2022
    Release notes

    FIX TESTS

    Open source →
  40. 0.1.2 15 Sep 2022
    Release notes

    FIX GENERATED CODE

    Open source →
  41. 0.1.1 15 Sep 2022
    Release notes

    UPDATE README

    Open source →
  42. 0.1.0 15 Sep 2022
    Release notes

    RELEASE VERSION

    Open source →
  43. 0.0.9 15 Sep 2022
    Release notes

    IMPLEMENT TESTS

    Open source →
  44. 0.0.8 15 Sep 2022
    Release notes

    DOCUMENTATION UPDATE

    Open source →
  45. 0.0.7 15 Sep 2022
    Release notes

    IMPLEMENT OTA

    Open source →
  46. 0.0.6 08 Sep 2022
    Release notes

    EXECUTABLES TR (GENERATE DART CLASS FOR TRANSLATE)

    Open source →
  47. 0.0.5 08 Sep 2022
    Release notes

    FIX DEPRECATED ISSUES (EXTRACT MESSAGES)

    Open source →
  48. 0.0.4 08 Sep 2022
    Release notes

    IMPLEMENT TESTS

    Open source →
  49. 0.0.3 08 Sep 2022
    Release notes

    EXECUTABLES G (GENERATE)

    Open source →
  50. 0.0.2 07 Sep 2022
    Release notes

    EXECUTABLES GENERATE

    Open source →
  51. 0.0.1 05 Sep 2022
    Release notes

    INITIAL 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