auto_localize_plus 1.0.0 copy "auto_localize_plus: ^1.0.0" to clipboard
auto_localize_plus: ^1.0.0 copied to clipboard

Automatically generate multi-language localization JSON files (hi, ta, te, kn, ml, etc.) from a single base file. Supports fast parallel translation for Flutter and Dart projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate auto_localize_plus

Use it

The package has the following executables:

$ auto_localize_plus

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_localize_plus

With Flutter:

 $ flutter pub add auto_localize_plus

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

dependencies:
  auto_localize_plus: ^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:auto_localize_plus/auto_localize_plus.dart';
2
likes
150
points
35
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Automatically generate multi-language localization JSON files (hi, ta, te, kn, ml, etc.) from a single base file. Supports fast parallel translation for Flutter and Dart projects.

Repository (GitHub)
View/report issues

Topics

#localization #i18n #json #flutter

License

MIT (license)

Dependencies

translator

More

Packages that depend on auto_localize_plus