translate_language 1.0.0
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_languageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
translate_language: ^1.0.0Alternatively, 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';