auto_l10n 0.2.0
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_l10nUse 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_l10nWith Flutter:
$ flutter pub add auto_l10nThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
auto_l10n: ^0.2.0Alternatively, 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';