flutter_localisation_cli 1.0.0 copy "flutter_localisation_cli: ^1.0.0" to clipboard
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 [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_localisation_cli

Use it

The package has the following executables:

$ fl
$ fl_mcp

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_localisation_cli

With Flutter:

 $ flutter pub add flutter_localisation_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_localisation_cli: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_localisation_cli/flutter_localisation_cli.dart';
0
likes
140
points
64
downloads

Documentation

Documentation
API reference

Publisher

verified publishertajaouart.com

Weekly Downloads

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 flutter_localisation runtime package.

Homepage
Repository (GitHub)
View/report issues

Topics

#localization #i18n #cli #mcp

License

MIT (license)

Dependencies

args, http

More

Packages that depend on flutter_localisation_cli