i10n_translator 2.2.1 copy "i10n_translator: ^2.2.1" to clipboard
i10n_translator: ^2.2.1 copied to clipboard

Allows you to easily provide translations of your local text to other supported languages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add i10n_translator

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

dependencies:
  i10n_translator: ^2.2.1

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:i10n_translator/i10n_translator.dart';
5
likes
90
pub points
40%
popularity

Publisher

verified publisherandrioussolutions.com

Allows you to easily provide translations of your local text to other supported languages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

csv, flutter, path, path_provider, prefs, universal_platform

More

Packages that depend on i10n_translator