translate_gen 1.0.7
translate_gen: ^1.0.7 copied to clipboard
Tools to manage translations in Flutter':' extract strings, configure localization, and replace texts using config files.
example/translate_gen_example.dart
import 'package:translate_gen/translate_gen.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}