app_auto_localize 0.0.105 copy "app_auto_localize: ^0.0.105" to clipboard
app_auto_localize: ^0.0.105 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
pub points
0%
popularity

Publisher

unverified uploader

Localize Flutter Apps with one line of code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, translator

More

Packages that depend on app_auto_localize