auto_localized
Easy to use runtime-safe Flutter app localization tool using code generation.
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 2023Releases
latest 19-
1.3.307 Sep 2023Nothing published for this version
-
1.3.219 Nov 2022Nothing published for this version
-
1.3.104 Sep 2022Nothing published for this version
-
1.3.003 Jan 2022Release notes
Open source →- 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
translationsFilePathhas been replaced withtranslationsFiles. Example migration:
// old AutoLocalizedLocale( languageCode: 'pl', translationsFilePath: 'lang/pl.json', ) // new AutoLocalizedLocale( languageCode: 'pl', translationsFiles: ['lang/pl.json'], ) -
1.2.010 Dec 2021Nothing published for this version
-
1.1.027 Nov 2021Release notes
Open source →Merge pull request #11 from marcinsiedlik/feature/version_upgrade
Feature/version upgrade
-
1.0.014 Mar 2021Release notes
Open source →Merge pull request #5 from marcinsiedlik/null_safety
Null safety migration
-
0.7.008 Oct 2020Nothing published for this version
-
0.6.022 Sep 2020Nothing published for this version
-
0.5.213 Sep 2020Nothing published for this version
-
0.5.113 Sep 2020Nothing published for this version
-
0.5.013 Sep 2020Nothing published for this version
-
0.4.211 Sep 2020Nothing published for this version
-
0.4.111 Sep 2020Nothing published for this version
-
0.4.011 Sep 2020Nothing published for this version
-
0.3.111 Sep 2020Release notes
Open source →- Class name now have to start with
$instead of_$(fix analyzer issues) - Fix generation error for empty JSON/YAML file
- Fix linter issues
- Class name now have to start with
-
0.3.010 Sep 2020Release notes
Open source →- Add Safe Arguments supports.
- You can get translation without passing
BuildContextingetmethod. (WrappingMaterialAppwithAutoLocalizedAppis required). - The current locale is now accessible with
AutoLocalization.instance.locale.
-
0.2.024 Aug 2020Release notes
Open source →- Add YAML support.
AutoLocalizedLocalefield:jsonFilePathreplaced withtranslationsFilePath.
-
0.1.023 Aug 2020Nothing published for this version