rich_i18n_cli 0.1.2 copy "rich_i18n_cli: ^0.1.2" to clipboard
rich_i18n_cli: ^0.1.2 copied to clipboard

A CLI tool for verifying rich i18n text in ARB translation files and generating error reports.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate rich_i18n_cli

Use it

The package has the following executables:

$ rich_i18n_cli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rich_i18n_cli

With Flutter:

 $ flutter pub add rich_i18n_cli

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

dependencies:
  rich_i18n_cli: ^0.1.2

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:rich_i18n_cli/rich_i18n_cli.dart';
0
likes
160
points
146
downloads

Publisher

verified publishermattiapispisa.it

Weekly Downloads

A CLI tool for verifying rich i18n text in ARB translation files and generating error reports.

Homepage
Repository (GitHub)
View/report issues

Topics

#i18n #l10n #arb #rich-text

License

(pending) (license)

Dependencies

args, cli_completion, mason_logger, path, pub_updater, rich_i18n, yaml

More

Packages that depend on rich_i18n_cli