locale_gen 12.1.2 copy "locale_gen: ^12.1.2" to clipboard
locale_gen: ^12.1.2 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(const MyApp());
}
4
likes
120
pub points
44%
popularity

Publisher

verified publisherimpaktfull.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

intl, meta, path, yaml

More

Packages that depend on locale_gen