smart_translate_text 0.0.2 copy "smart_translate_text: ^0.0.2" to clipboard
smart_translate_text: ^0.0.2 copied to clipboard

A Flutter package that auto-translates Text, AutoSizeText, AnimatedText, and RichText widgets based on selected language.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_translate_text

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

dependencies:
  smart_translate_text: ^0.0.2

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:smart_translate_text/smart_translate_text.dart';
3
likes
155
points
5
downloads

Publisher

verified publisherronak-vasoliya.devservers.site

Weekly Downloads

A Flutter package that auto-translates Text, AutoSizeText, AnimatedText, and RichText widgets based on selected language.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

animated_text_kit, auto_size_text, flutter, shimmer, translator

More

Packages that depend on smart_translate_text