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.

example/main.dart

import 'package:auto_localize_plus/auto_localize_plus.dart';

Future<void> main() async {
  await AutoLocalize.generate(
    inputPath: 'assets/en.json',
    outputDir: 'assets',
    languages: ['hi', 'ta'],
  );
}
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