app_auto_localize 0.0.106 copy "app_auto_localize: ^0.0.106" to clipboard
app_auto_localize: ^0.0.106 copied to clipboard

Localize Flutter Apps with one line of code.

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 .

1
likes
110
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

Localize Flutter Apps with one line of code.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, translator

More

Packages that depend on app_auto_localize