easy_localization 4.0.0-dev copy "easy_localization: ^4.0.0-dev" to clipboard
easy_localization: ^4.0.0-dev copied to clipboard

Easy and Fast internationalizing and localization your Flutter Apps, this package simplify the internationalizing process .

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_localization

With Flutter:

 $ flutter pub add easy_localization

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

dependencies:
  easy_localization: ^4.0.0-dev

Alternatively, your editor might support dart pub get or 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_localization/easy_localization.dart';
3.82k
likes
0
points
270k
downloads

Publisher

unverified uploader

Weekly Downloads

Easy and Fast internationalizing and localization your Flutter Apps, this package simplify the internationalizing process .

Repository (GitHub)
View/report issues

Topics

#i18n #localization #localization-tool #translated-keys

License

unknown (license)

Dependencies

args, easy_logger, flutter, flutter_localizations, intl, path, shared_preferences

More

Packages that depend on easy_localization