auto_translate_text 1.0.3 copy "auto_translate_text: ^1.0.3" to clipboard
auto_translate_text: ^1.0.3 copied to clipboard

PlatformAndroid

A widget that automatically translates text using Google Cloud Translate API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_translate_text

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

dependencies:
  auto_translate_text: ^1.0.3

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:auto_translate_text/auto_translate_text.dart';
2
likes
160
points
45
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A widget that automatically translates text using Google Cloud Translate API.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, flutter, get, google_cloud_translation, shared_preferences

More

Packages that depend on auto_translate_text