i18n_translated_text

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

i18n translated text

i18n translated text #
A utility package extending text to auto translate i18n:// prefixed strings using flutter_i18n.
Usage #
Register your i18n translations as described in the flutter_i18n package.
Texts prefixed with i18n:// will be translated automatically by the widget.
TranslatedText('i18n://hello_world');
copied to clipboard
You can use all other properties of the Text widget as well.
TranslatedText(
'i18n://hello_world',
style: TextStyle(fontSize: 24),
);
copied to clipboard
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.