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

A helper package for translating i18n:// prefixed texts. Uses flutter_i18n internally for translations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add i18n_translated_text

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

dependencies:
  i18n_translated_text: ^1.0.3

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:i18n_translated_text/i18n_translated_text.dart';
1
likes
150
points
310
downloads

Publisher

verified publisherenmeshed.eu

Weekly Downloads

A helper package for translating i18n:// prefixed texts. Uses flutter_i18n internally for translations.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_i18n

More

Packages that depend on i18n_translated_text