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

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';

Future<void> main() async {
  runApp(MyApp());
}
4
likes
130
points
679
downloads

Publisher

verified publisherimpaktfull.com

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

intl, meta, path, yaml

More

Packages that depend on locale_gen