locale_gen 2.0.4 copy "locale_gen: ^2.0.4" to clipboard
locale_gen: ^2.0.4 copied to clipboard

outdated

Dart tool that will convert your default locale json to dart code.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:locale_gen_example/app.dart';
import 'package:locale_gen_example/di/injector.dart' as kiwi;

Future<void> main() async {
  kiwi.setupDependencyTree();
  runApp(MyApp());
}
4
likes
0
pub points
46%
popularity

Publisher

verified publisherimpaktfull.com

Dart tool that will convert your default locale json to dart code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, path, yaml

More

Packages that depend on locale_gen