auto_localized_generator 1.3.3 copy "auto_localized_generator: ^1.3.3" to clipboard
auto_localized_generator: ^1.3.3 copied to clipboard

Code generator for auto_localized, runtime-safe Flutter localization.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_localized_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  auto_localized_generator: ^1.3.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:auto_localized_generator/builder.dart';
2
likes
40
points
180
downloads

Publisher

unverified uploader

Weekly Downloads

Code generator for auto_localized, runtime-safe Flutter localization.

Repository (GitHub)

License

MIT (license)

Dependencies

analyzer, auto_localized, build, recase, source_gen, yaml

More

Packages that depend on auto_localized_generator