autolingo
Zero-config Flutter localization CLI. Scan your app for UI strings, generate ARB files, and translate with Lingo.dev.
0.1.3
KhushneetSingh/autolingo
What this package is like to depend on
Last release 5 months ago
17 Mar 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Mar 2026 to Mar 2026Releases
latest 4-
0.1.317 Mar 2026Release notes
Open source →Fixed
autolingo --versionnow correctly showsv0.1.3instead of the stalev0.1.0
Install
dart pub global activate autolingo
Release notes
Open source →Fixed
- Fixed
--versionflag showingv0.1.0instead of the actual release version
-
0.1.217 Mar 2026Release notes
Open source →Fixed
- Fixed ARB file path in generated
i18n.jsonfrom[locale].arbtoapp_[locale].arb - Lingo.dev now correctly finds and translates Flutter ARB files
Install
dart pub global activate autolingo
Release notes
Open source →Fixed
- Fixed ARB file path pattern in generated
i18n.jsonfrom[locale].arbtoapp_[locale].arbto match Flutter's standard naming convention
- Fixed ARB file path in generated
-
0.1.117 Mar 2026Release notes
Open source →Fixes\n-
autolingo init— migrated from.lingotoi18n.jsonand updated configuration payload to match Schema version 1.15.Release notes
Open source →Fixes
autolingo init— migrated from.lingotoi18n.jsonand updated configuration payload to match Schema version 1.15.
-
0.1.016 Mar 2026Release notes
Open source →Initial Release
Zero-config Flutter localization CLI - powered by Lingo.dev.
Features
autolingo init- scaffold l10n/, l10n.yaml, and .lingo config files-
autolingo scan- regex-based extraction of UI strings from ./lib
-
autolingo generate- write l10n/app_en.arb with auto-generated camelCase keys
-
autolingo translate- shell out to Lingo.dev for AI-powered translation
-
- Polished CLI output with ANSI colors and branded headers
-
- --version and --help flags
Install
dart pub global activate autolingo
Quick Start
autolingo init autolingo generate autolingo translate
Built at Hackathon 2026
Release notes
Open source →Initial release. 🎉
Features
autolingo init— scaffoldl10n/,l10n.yaml, andi18n.jsonconfig filesautolingo scan— regex-based extraction of UI strings from./lib(Text, titles, hints, tooltips, buttons, SnackBars)autolingo generate— writel10n/app_en.arbwith auto-generated camelCase keysautolingo translate— shell out to Lingo.dev for AI-powered translation into 5+ languages- Automatic deduplication and filtering (skips interpolation, constants, file paths, numbers)
- Polished CLI output with ANSI colors (green ✓ / yellow ● / red ✗), branded headers, and styled help screen
--versionand--helpflags
Runtime (optional)
AutoLingoAppwrapper widget with API key configAutoTextdrop-in replacement forTextwith automatic translationTranslationCachebacked bySharedPreferencesLocaleDetectorfor device language detection