Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@ksploitx ksploitx released this 16 Mar 23:41
· 6 commits to main since this release

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