dictionary_text 0.1.2 copy "dictionary_text: ^0.1.2" to clipboard
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_text

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

dependencies:
  dictionary_text: ^0.1.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:dictionary_text/dictionary_text.dart';
3
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A beautiful, customizable Flutter widget that transforms any text into an interactive dictionary. Tap or hold any word to see definitions, pronunciations, and examples.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_animate, just_audio, shared_preferences, tutorial_coach_mark

More

Packages that depend on dictionary_text