auto_l10n 0.2.0 copy "auto_l10n: ^0.2.0" to clipboard
auto_l10n: ^0.2.0 copied to clipboard

Automatic Flutter app translation with zero code changes. One line in main.dart. Supports DeepL, MyMemory, Lingva, Google Translate, and custom translators.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate auto_l10n

Use it

The package has the following executables:

$ auto_l10n

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_l10n

With Flutter:

 $ flutter pub add auto_l10n

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

dependencies:
  auto_l10n: ^0.2.0

Alternatively, your editor might support dart pub get or 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_l10n/auto_l10n.dart';
1
likes
0
points
241
downloads

Publisher

unverified uploader

Weekly Downloads

Automatic Flutter app translation with zero code changes. One line in main.dart. Supports DeepL, MyMemory, Lingva, Google Translate, and custom translators.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on auto_l10n