auto_localization 0.0.3 auto_localization: ^0.0.3 copied to clipboard
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");