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

Package provides tools to assist with translation tasks in Flutter projects, including preparing configuration files, extracting translatable strings, and replacing them based on a configuration.

example/translate_gen_example.dart

import 'package:translate_gen/translate_gen.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
5
likes
0
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

Package provides tools to assist with translation tasks in Flutter projects, including preparing configuration files, extracting translatable strings, and replacing them based on a configuration.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, args, crypto, dart_style, http, path, yaml

More

Packages that depend on translate_gen