i10n_translator 1.1.2 i10n_translator: ^1.1.2 copied to clipboard
Allow you to translate your local terms to other 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: ^1.1.2
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';