auto_localization 0.0.3 copy "auto_localization: ^0.0.3" to clipboard
auto_localization: ^0.0.3 copied to clipboard

outdated

A way to automatically translate all your app to the phone Localization.

auto_localization #

Flutter package to dynamically translate your app.

This plugin will AUTOMATICALLY detect the app Localization and translate the text.

HOW TO USE #

Wrap your Text widget with this:

TextAutoLocal(Text("Plugin example app"))

Convert your String with this (Need to be async):

String x= await translateText("hello");
15
likes
0
pub points
77%
popularity

Publisher

verified publishersipio.it

A way to automatically translate all your app to the phone Localization.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

devicelocale, flutter, sqflite, synchronized, translator

More

Packages that depend on auto_localization