json_creator 1.0.4 copy "json_creator: ^1.0.4" to clipboard
json_creator: ^1.0.4 copied to clipboard

This is a command line Dart application that reads value of Text widget in Dart files of Flutter project and creates a JSON file especially useful for localization.

example/main.dart

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

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_creator
  /// > json_creator
  ///
  /// 2. Or, by cloning the source code and running the following command:
  /// > dart run

  json_creator.main();
}
6
likes
140
pub points
0%
popularity

Publisher

unverified uploader

This is a command line Dart application that reads value of Text widget in Dart files of Flutter project and creates a JSON file especially useful for localization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on json_creator