flutter_localisation_cli 1.0.0
flutter_localisation_cli: ^1.0.0 copied to clipboard
Terminal CLI (fl) and MCP server (fl_mcp) for FlutterLocalisation — add, edit, delete and AI-translate localization keys from the shell or from Claude, then pull the ARBs. Pure Dart; pairs with the fl [...]
Changelog #
1.0.0 - 2026-07-07 #
Added #
- Initial release. The
flCLI andfl_mcpMCP server, extracted from theflutter_localisationpackage into a standalone pure-Dart package so they can be installed and run without the Flutter SDK (dart pub global runnow works, and the runtime library no longer carries CLI dependencies). flcommands:login,projects,add(--translate),edit,delete,translate,status,pull; global--project,--flavor,--config,--dry-run,--json.fl_mcp: stdio MCP server exposinglist_projects,list_status,add_string,edit_string,delete_string,translate_key— preview-by-default (only writes withapply: true), project selection by name.- Auth via a scoped
flk_live_API token; project config file is optional (workspace-level commands and--project <name>work token-only).