json_translator 1.0.1 copy "json_translator: ^1.0.1" to clipboard
json_translator: ^1.0.1 copied to clipboard

outdated

This is a command line Dart application that reads a JSON file, translates the values and creates a translated JSON file especially useful for localization in Flutter apps.

example/main.dart

import 'package:json_translator/src/json_translator.dart' as json_translator;

void main() {
  /// This program is published to pub.dev so you can use this package:
  ///
  /// 1. As an executable by running the following commandS:
  /// > dart pub global activate json_translator
  /// > json_translator
  ///
  /// 2. Or, by cloning the source code and running the following command:
  /// > dart run

  json_translator.main();
}
copied to clipboard
4
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

2024.05.30 - 2025.04.24

This is a command line Dart application that reads a JSON file, translates the values and creates a translated JSON file especially useful for localization in Flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

translator

More

Packages that depend on json_translator