translation_tool 1.0.1 copy "translation_tool: ^1.0.1" to clipboard
translation_tool: ^1.0.1 copied to clipboard

A Flutter translation tool library based on Google Translate API with memory and local caching support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add translation_tool

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

dependencies:
  translation_tool: ^1.0.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:translation_tool/translation_tool.dart';
1
likes
130
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter translation tool library based on Google Translate API with memory and local caching support.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on translation_tool