universal_translator 1.1.1 copy "universal_translator: ^1.1.1" to clipboard
universal_translator: ^1.1.1 copied to clipboard

A extension to native flutter widgets witch allows the widget to translate the text any rest API yout want, be it Rakuten, Google Translator or any other.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add universal_translator

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

dependencies:
  universal_translator: ^1.1.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:universal_translator/universal_translator.dart';
4
likes
110
pub points
11%
popularity

Publisher

unverified uploader

A extension to native flutter widgets witch allows the widget to translate the text any rest API yout want, be it Rakuten, Google Translator or any other.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dio, dio_http_cache, flutter

More

Packages that depend on universal_translator