auto_translate_text_widget 1.0.1
auto_translate_text_widget: ^1.0.1 copied to clipboard
Translate Flutter Text, AutoSizeText, RichText and Animated Text instantly with live language switching, caching, and Google Translator support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add auto_translate_text_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
auto_translate_text_widget: ^1.0.1Alternatively, 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:auto_translate_text_widget/auto_translate_text_widget.dart';