multi_languges 0.0.4 copy "multi_languges: ^0.0.4" to clipboard
multi_languges: ^0.0.4 copied to clipboard

A Flutter/Dart translation tool to generate locale keys and JSON files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate multi_languges

Use it

The package has the following executables:

$ translation

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add multi_languges

With Flutter:

 $ flutter pub add multi_languges

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

dependencies:
  multi_languges: ^0.0.4

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:multi_languges/core/app_strings.dart';
import 'package:multi_languges/core/localization/locale_keys.g.dart';
import 'package:multi_languges/translation.dart';
2
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter/Dart translation tool to generate locale keys and JSON files.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, translator

More

Packages that depend on multi_languges