localingo 1.1.0 copy "localingo: ^1.1.0" to clipboard
localingo: ^1.1.0 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 localingo

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 localingo

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

dependencies:
  localingo: ^1.1.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:localingo/localingo.dart';
24
likes
120
points
148
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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_localizations

More

Packages that depend on localingo