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

outdated

Localize Flutter Apps with one line of code.

app_auto_localize #

Usage #

  dependencies:
    google_maps_flutter: ^0.5.30
    google_map_location_picker_flutter: ^latest

class _MyHomePageState extends State<MyHomePage> {
  @override
  void initState() {
    // call this method once
    initAutoLocalize(
        projectPathApsolute: '.../flutter_example',  // your project absolute path
        locals: ['ar', 'en', 'fr'],                  // locals
        baseLocal: 'en');
        // default local
    super.initState();
  }
  ...

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Localize Flutter Apps with one line of code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, translator

More

Packages that depend on app_auto_localize