intl_cli 2.1.0 copy "intl_cli: ^2.1.0" to clipboard
intl_cli: ^2.1.0 copied to clipboard

A powerful command-line tool for automating Flutter/Dart internationalization. Extract hardcoded strings, generate ARB files, and refactor code with ease.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate intl_cli

Use it

The package has the following executables:

$ intl_cli

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add intl_cli

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

dependencies:
  intl_cli: ^2.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:intl_cli/intl_cli.dart';
2
likes
130
points
188
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful command-line tool for automating Flutter/Dart internationalization. Extract hardcoded strings, generate ARB files, and refactor code with ease.

Repository (GitHub)
View/report issues

Topics

#cli #i18n #flutter #localization

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

analyzer, args, crypto, flutter, flutter_localizations, intl, path, yaml, yaml_edit

More

Packages that depend on intl_cli