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

The Language Translation package is a simple Flutter package that enables users to translate their text into another language. With this package, users can select their preferred language and type in [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add translate_language

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

dependencies:
  translate_language: ^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:translate_language/translate_language.dart';
0
likes
115
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

The Language Translation package is a simple Flutter package that enables users to translate their text into another language. With this package, users can select their preferred language and type in the text they wish to translate. The package uses the MyMemory Translated API to translate the text and supports over 10 languages.

Homepage
Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on translate_language