smart_arb_translator 1.3.6 copy "smart_arb_translator: ^1.3.6" to clipboard
smart_arb_translator: ^1.3.6 copied to clipboard

An intelligent command-line utility for translating ARB files with Google Translate API, featuring smart change detection and modular architecture.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate smart_arb_translator

Use it

The package has the following executables:

$ smart_arb_translator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_arb_translator

With Flutter:

 $ flutter pub add smart_arb_translator

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

dependencies:
  smart_arb_translator: ^1.3.6

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:smart_arb_translator/smart_arb_translator.dart';
4
likes
150
points
128
downloads

Publisher

verified publisherabcx3.com

Weekly Downloads

An intelligent command-line utility for translating ARB files with Google Translate API, featuring smart change detection and modular architecture.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

arb_merge, args, collection, console, html_unescape, http, intl_utils, path, petitparser, yaml

More

Packages that depend on smart_arb_translator