multilingo 1.1.1 copy "multilingo: ^1.1.1" to clipboard
multilingo: ^1.1.1 copied to clipboard

Automatic localization package for Flutter with CLI tool for generating translations using Free Translate API. Features type-safe keys, runtime locale switching, and beautiful terminal UI.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate multilingo

Use it

The package has the following executables:

$ generate

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multilingo

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

dependencies:
  multilingo: ^1.1.1

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:multilingo/multilingo.dart';
0
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Automatic localization package for Flutter with CLI tool for generating translations using Free Translate API. Features type-safe keys, runtime locale switching, and beautiful terminal UI.

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_localizations

More

Packages that depend on multilingo