PackageTrack
Sign in Get early access

auto_localized

Easy to use runtime-safe Flutter app localization tool using code generation.

1.3.3 marcinsiedlik/auto_localized

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 10 months

Some releases are documented

notes for 6 of 19 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

19 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

19 releases · Aug 2020 to Sep 2023
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 19
  1. 1.3.3 07 Sep 2023

    Nothing published for this version

  2. 1.3.2 19 Nov 2022

    Nothing published for this version

  3. 1.3.1 04 Sep 2022

    Nothing published for this version

  4. 1.3.0 03 Jan 2022
    Release notes
    • Updated dependencies
    • Added support for multiple translation files for single locale (github issue link), now you can split your translations to multiple files for easier management. Field translationsFilePath has been replaced with translationsFiles. Example migration:
    // old
    AutoLocalizedLocale(
      languageCode: 'pl',
      translationsFilePath: 'lang/pl.json',
    )
    
    // new
    AutoLocalizedLocale(
      languageCode: 'pl',
      translationsFiles: ['lang/pl.json'],
    )
    
    Open source →
  5. 1.2.0 10 Dec 2021

    Nothing published for this version

  6. 1.1.0 27 Nov 2021
    Release notes

    Merge pull request #11 from marcinsiedlik/feature/version_upgrade

    Feature/version upgrade

    Open source →
  7. 1.0.0 14 Mar 2021
    Release notes

    Merge pull request #5 from marcinsiedlik/null_safety

    Null safety migration

    Open source →
  8. 0.7.0 08 Oct 2020

    Nothing published for this version

  9. 0.6.0 22 Sep 2020

    Nothing published for this version

  10. 0.5.2 13 Sep 2020

    Nothing published for this version

  11. 0.5.1 13 Sep 2020

    Nothing published for this version

  12. 0.5.0 13 Sep 2020

    Nothing published for this version

  13. 0.4.2 11 Sep 2020

    Nothing published for this version

  14. 0.4.1 11 Sep 2020

    Nothing published for this version

  15. 0.4.0 11 Sep 2020

    Nothing published for this version

  16. 0.3.1 11 Sep 2020
    Release notes
    • Class name now have to start with $ instead of _$ (fix analyzer issues)
    • Fix generation error for empty JSON/YAML file
    • Fix linter issues
    Open source →
  17. 0.3.0 10 Sep 2020
    Release notes
    • Add Safe Arguments supports.
    • You can get translation without passing BuildContext in get method. (Wrapping MaterialApp with AutoLocalizedApp is required).
    • The current locale is now accessible with AutoLocalization.instance.locale.
    Open source →
  18. 0.2.0 24 Aug 2020
    Release notes
    • Add YAML support.
    • AutoLocalizedLocale field: jsonFilePath replaced with translationsFilePath.
    Open source →
  19. 0.1.0 23 Aug 2020

    Nothing published for this version

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