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

outdated

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.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:universal_translator/universal_translator.dart';
4
likes
0
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

Dependencies

dio, dio_http_cache, flutter

More

Packages that depend on universal_translator