google_translation 1.0.0 copy "google_translation: ^1.0.0" to clipboard
google_translation: ^1.0.0 copied to clipboard

Package to provide support for google translator API in Dart works for multiplatform

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_translation

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

dependencies:
  google_translation: ^1.0.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:google_translation/google_translation.dart';
2
likes
160
points
71
downloads

Publisher

verified publisherbrosprogrammer.com

Weekly Downloads

Package to provide support for google translator API in Dart works for multiplatform

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on google_translation