translate_text 1.2.0 copy "translate_text: ^1.2.0" to clipboard
translate_text: ^1.2.0 copied to clipboard

A simple Dart package to translate text between languages using the MyMemory Translation API. It provides an easy way to integrate translation features into your Dart or Flutter applications.

example/translate_text_example.dart

import 'package:translate_text/translate_text.dart';

void main() async{
  final textService = TranslationService();
 final text= await textService.translateText("Hello World!", "en", "ar");
  print(text);
  //output: مرحبا بالعالم   
}
6
likes
0
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Dart package to translate text between languages using the MyMemory Translation API. It provides an easy way to integrate translation features into your Dart or Flutter applications.

License

unknown (license)

Dependencies

http

More

Packages that depend on translate_text