auto_localize_plus 1.0.0
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_plusUse 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_plusWith Flutter:
$ flutter pub add auto_localize_plusThis 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.0Alternatively, 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';