Last updated:
0 purchases
app auto localize
app_auto_localize #
Localize Flutter Apps with one line of code.
## Usage
first create a new folder .../flutter_example/assets/app_auto_localize
void main() async {
await initAutoTranslate(
projectPathAbsolute: '.../flutter_example', // your project absolute path
fileName: 'en'); // file name will be en.json
...
copied to clipboard
A new file will be added at .../flutter_example/assets/app_auto_localize
copied to clipboard
Important #
comment this code after creating the translation files
What is the next #
We will add auto translate feature .
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.