PackageTrack
Sign in Get early access

intl_utils

intl_utils is a dart library that generates Dart localization code from ARB file. Generated code relies on Intl library.

2.8.16 266K downloads/mo #737 most downloaded on pub.dev localizely/intl_utils

What this package is like to depend on

Last release 2 months ago

11 Jun 2026

Release timing varies

gaps range from 2 weeks to 13 months

Nearly every release is documented

notes for 47 of 47 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

47 releases · first in 2020

5 releases in the last 12 months

see the full history below

Release timeline

47 releases · Jan 2020 to Jun 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 47
  1. 2.8.16 11 Jun 2026
    Release notes
    • Support analyzer v13

    • Analyzer 13.0 changes

    Open source →
    Release notes
    • Update analyzer dependency
    Open source →
  2. 2.8.15 11 Jun 2026
    Release notes

    Update analyzer dependency

    Open source →
    Release notes
    • Update analyzer dependency
    Open source →
  3. 2.8.14 11 Feb 2026
    Release notes

    Update analyzer dependency

    Open source →
    Release notes
    • Update analyzer dependency
    Open source →
  4. 2.8.13 05 Dec 2025
    Release notes

    Update analyzer dependency

    Open source →
    Release notes
    • Update analyzer dependency
    Open source →
  5. 2.8.12 10 Sep 2025
    Release notes

    Update analyzer and mockito dependencies

    Open source →
    Release notes
    • Update analyzer dependency

    • Update mockito dependency

    Open source →
  6. 2.8.11 07 Jul 2025
    Release notes

    Update petitparser dependency

    Open source →
    Release notes
    • Update petitparser dependency
    Open source →
  7. 2.8.10 11 Feb 2025
    Release notes

    Update lints dependency

    Open source →
    Release notes
    • Update analyzer dependency
    Open source →
  8. 2.8.9 23 Jan 2025
    Release notes

    Update environment min sdk

    Open source →
    Release notes
    • Update docs

    • Update dart_style dependency
      Note: This update introduces 'tall style' formatting for the generated code. This new formatting style is also set to become the default in Dart 3.7 and later versions.

    Open source →
  9. 2.8.8 11 Jan 2025
    Release notes
    • Update intl dependency

    • Update archive dependency

    • Fix lint warnings

    Open source →
  10. 2.8.7 26 Dec 2023
    Release notes
    • Update intl dependency

    • Fix deprecation and lint warnings

    Open source →
  11. 2.8.6 24 Nov 2023
    Release notes
    • Update analyzer dependency

    • Update mockito dependency

    Open source →
  12. 2.8.5 13 Oct 2023
    Release notes
    • Update petitparser dependency
    Open source →
  13. 2.8.4 08 Aug 2023
    Release notes
    • Add support for locale formats based on ISO 639-2/3 languages and UN-M49 regions
    Open source →
  14. 2.8.3 01 Jun 2023
    Release notes
    • Update http dependency

    • Update .gitignore file

    Open source →
  15. 2.8.2 22 Feb 2023
    Release notes
    • Update intl dependency
    Open source →
  16. 2.8.1 17 Nov 2022
    Release notes
    • Fix black frames caused by async initialization of localization messages when deferred loading is not enabled
    Open source →
  17. 2.8.0 16 Nov 2022
    Release notes
    • Update analyzer and lints dependencies
    Open source →
  18. 2.7.0 07 Jul 2022
    Release notes
    • Update analyzer and petitparser dependencies
    Open source →
  19. 2.6.1 14 Jan 2022
    Release notes
    • Improve error handling for invalid config files

    • Update analyzer dependency

    Open source →
  20. 2.6.0 24 Dec 2021
    Release notes
    • Add custom date-time format option
    Open source →
  21. 2.5.1 08 Nov 2021
    Release notes
    • Fix optional parameters string issue
    Open source →
  22. 2.5.0 05 Nov 2021
    Release notes
    • Add support for json strings

    • Add number and date-time format options

    • Move from pedantic to lints package

    Open source →
  23. 2.4.1 01 Oct 2021
    Release notes
    • Update analyzer dependency
    Open source →
  24. 2.4.0 14 Jul 2021
    Release notes
    • Add support for tagging uploaded string keys to Localizely

    • Add support for download tagged string keys from Localizely

    • Fix issue with translations that contain tags

    Open source →
  25. 2.3.0 18 May 2021
    Release notes
    • Add missing upload and download command line arg options
    Open source →
  26. 2.2.0 28 Apr 2021
    Release notes
    • Add support for compound messages

    • Format generated files

    • Add missing return types in generated files

    • Ignore avoid_escaping_inner_quotes lint rule in generated files

    • Fix escaping special chars

    Open source →
  27. 2.1.0 09 Mar 2021
    Release notes
    • Make of(context) non-null
    Open source →
  28. 2.0.0 05 Mar 2021
    Release notes
    • Migrate to null-safety
    Open source →
  29. 1.9.0 19 Oct 2020
    Release notes
    • Make generated directory path configurable

    • Extend configuration with deferred loading parameter

    • Ignore common lint warnings for the l10n.dart file

    Open source →
  30. 1.8.0 10 Oct 2020
    Release notes
    • Extend Localizely configuration with the download_empty_as parameter used for setting a fallback for empty translations during download
    Open source →
  31. 1.7.0 29 Sep 2020
    Release notes
    • Make ARB directory path configurable
    Open source →
  32. 1.6.5 18 Sep 2020
    Release notes
    • Fix unzipping issues during download
    Open source →
  33. 1.6.4 03 Sep 2020
    Release notes
    • Extend Localizely configuration with the branch parameter
    Open source →
  34. 1.6.3 06 Aug 2020
    Release notes
    • Update petitparser dependency
    Open source →
  35. 1.6.2 22 Jun 2020
    Release notes
    • Update file logic

    • Code cleanup

    Open source →
  36. 1.6.1 17 Jun 2020
    Release notes
    • Add useful error message for invalid ARB files
    Open source →
  37. 1.6.0 05 Jun 2020
    Release notes
    • Reference the key without passing the context

    • Provide default value of term as Dart doc on getters in l10n.dart file

    • Suppress lint warnings for getters that do not follow the lowerCamelCase style within l10n.dart file

    Open source →
  38. 1.5.0 10 May 2020
    Release notes
    • Add support for the Localizely SDK

    • Fix lint warnings for the l10n.dart file

    Open source →
  39. 1.4.0 06 May 2020
    Release notes
    • Add integration with Localizely
    Open source →
  40. 1.3.0 22 Apr 2020
    Release notes
    • Support select messages

    • Make order of supported locales consistent

    Open source →
  41. 1.2.2 13 Apr 2020
    Release notes
    • Make generated files consistent
    Open source →
  42. 1.2.1 30 Mar 2020
    Release notes
    • Update order of supported locales

    • Replace dynamic with concrete type for generated Dart methods

    • Handle empty plural and gender forms

    • Update l10n.dart file template (remove localeName)

    Open source →
  43. 1.2.0 16 Mar 2020
    Release notes
    • Add support for locales with script code

    • Fix locale loading issue when country code is not provided

    Open source →
  44. 1.1.0 07 Feb 2020
    Release notes
    • Make main locale configurable
    Open source →
  45. 1.0.2 21 Jan 2020
    Release notes
    • Add curly-braces around placeholders when they are followed by alphanumeric or underscore character
    Open source →
  46. 1.0.1 15 Jan 2020
    Release notes
    • Fix trailing comma issue (l10n.dart)

    • Remove unused dependencies

    Open source →
  47. 1.0.0 12 Jan 2020
    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