gen_i18n 1.0.3 copy "gen_i18n: ^1.0.3" to clipboard
gen_i18n: ^1.0.3 copied to clipboard

Library to help you add internationalization in your project dart generating classes and translation files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gen_i18n

With Flutter:

 $ flutter pub add gen_i18n

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

dependencies:
  gen_i18n: ^1.0.3

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

4
likes
150
pub points
49%
popularity

Publisher

verified publisheredvaldomartins.dev

Library to help you add internationalization in your project dart generating classes and translation files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

colorize, path

More

Packages that depend on gen_i18n