translate_gen 1.0.1
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}');
}