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

Very Easy Localization: Very Easily Extract Strings From your Flutter App & create localization in 100+ languages using google translate with google translate.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add very_easy_localization

With Flutter:

 $ flutter pub add very_easy_localization

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

dependencies:
  very_easy_localization: ^1.0.3

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:very_easy_localization/very_easy_localization.dart';
3
likes
110
pub points
20%
popularity

Publisher

unverified uploader

Very Easy Localization: Very Easily Extract Strings From your Flutter App & create localization in 100+ languages using google translate with google translate.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, path, translator

More

Packages that depend on very_easy_localization