translatron 1.1.2 copy "translatron: ^1.1.2" to clipboard
translatron: ^1.1.2 copied to clipboard

A package for translations, from api calls. Only use if your backend team can provide the needed api urls!

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate translatron

Use it

The package has the following executables:

$ translatron

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add translatron

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

dependencies:
  translatron: ^1.1.2

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:translatron/translatron.dart';
3
likes
140
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

A package for translations, from api calls. Only use if your backend team can provide the needed api urls!

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, flutter, http, path_provider, shared_preferences

More

Packages that depend on translatron