auto_translate_plugin 1.1.0 copy "auto_translate_plugin: ^1.1.0" to clipboard
auto_translate_plugin: ^1.1.0 copied to clipboard

A premium Flutter plugin for seamless on-device text translation using Google ML Kit. Offline, privacy-first, and easy to integrate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_translate_plugin

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

dependencies:
  auto_translate_plugin: ^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:auto_translate_plugin/auto_translate_plugin.dart';
5
likes
70
points
301
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A premium Flutter plugin for seamless on-device text translation using Google ML Kit. Offline, privacy-first, and easy to integrate.

Repository (GitHub)
View/report issues

Topics

#translation #mlkit #localization #on-device-ml #offline-translation

License

MIT (license)

Dependencies

flutter, google_cloud_translation, google_mlkit_translation, provider

More

Packages that depend on auto_translate_plugin