dictionary_text 0.1.2
dictionary_text: ^0.1.2 copied to clipboard
A beautiful, customizable Flutter widget that transforms any text into an interactive dictionary. Tap or hold any word to see definitions, pronunciations, and examples.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dictionary_textThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dictionary_text: ^0.1.2Alternatively, 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:dictionary_text/dictionary_text.dart';