rich_i18n_cli 0.1.2
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_cliUse 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_cliWith Flutter:
$ flutter pub add rich_i18n_cliThis 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.2Alternatively, 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';