tooltip_card 2.5.1
tooltip_card: ^2.5.1 copied to clipboard
A powerful tooltip/popover widget inspired by Fluent UI TeachingTip. Features smart auto-positioning with 12 placements, beak/arrow pointer, Material 3 theming, 7 trigger modes (tap/hover/double-tap/r [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tooltip_cardWith Flutter:
$ flutter pub add tooltip_cardThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tooltip_card: ^2.5.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tooltip_card/tooltip_card.dart';