auto_localization 1.2.0 copy "auto_localization: ^1.2.0" to clipboard
auto_localization: ^1.2.0 copied to clipboard

This is a project to automatically translate your app in any language.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_localization

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  auto_localization: ^1.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:auto_localization/auto_localization.dart';
15
likes
110
pub points
78%
popularity

Publisher

verified publishersipio.it

This is a project to automatically translate your app in any language.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, hive, hive_flutter, translator

More

Packages that depend on auto_localization