PackageTrack
Sign in Get early access

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 2026
Release Pre-release

Releases

latest 4
  1. 0.1.3 17 Mar 2026
    Release notes

    Fixed

    • autolingo --version now correctly shows v0.1.3 instead of the stale v0.1.0

    Install

    dart pub global activate autolingo
    Open source →
    Release notes

    Fixed

    • Fixed --version flag showing v0.1.0 instead of the actual release version
    Open source →
  2. 0.1.2 17 Mar 2026
    Release notes

    Fixed

    • Fixed ARB file path in generated i18n.json from [locale].arb to app_[locale].arb
    • Lingo.dev now correctly finds and translates Flutter ARB files

    Install

    dart pub global activate autolingo
    Open source →
    Release notes

    Fixed

    • Fixed ARB file path pattern in generated i18n.json from [locale].arb to app_[locale].arb to match Flutter's standard naming convention
    Open source →
  3. 0.1.1 17 Mar 2026
    Release notes

    Fixes\n- autolingo init — migrated from .lingo to i18n.json and updated configuration payload to match Schema version 1.15.

    Open source →
    Release notes

    Fixes

    • autolingo init — migrated from .lingo to i18n.json and updated configuration payload to match Schema version 1.15.
    Open source →
  4. 0.1.0 16 Mar 2026
    Release notes

    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

    Open source →
    Release notes

    Initial release. 🎉

    Features

    • autolingo init — scaffold l10n/, l10n.yaml, and i18n.json config files
    • autolingo scan — regex-based extraction of UI strings from ./lib (Text, titles, hints, tooltips, buttons, SnackBars)
    • autolingo generate — write l10n/app_en.arb with auto-generated camelCase keys
    • autolingo 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
    • --version and --help flags

    Runtime (optional)

    • AutoLingoApp wrapper widget with API key config
    • AutoText drop-in replacement for Text with automatic translation
    • TranslationCache backed by SharedPreferences
    • LocaleDetector for device language detection
    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