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
  ...
A new file will be added at .../flutter_example/assets/app_auto_localize

Important

comment this code after creating the translation files

What is the next

We will add auto translate feature .

Libraries

app_auto_localize