easy_i18n 2.2.0 copy "easy_i18n: ^2.2.0" to clipboard
easy_i18n: ^2.2.0 copied to clipboard

A simple way to make your apps multi language and international

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_i18n

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

dependencies:
  easy_i18n: ^2.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:easy_i18n/easy_i18n.dart';
3
likes
110
pub points
41%
popularity

Publisher

unverified uploader

A simple way to make your apps multi language and international

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_localizations

More

Packages that depend on easy_i18n