tooltip_card 2.6.1 copy "tooltip_card: ^2.6.1" to clipboard
tooltip_card: ^2.6.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, 9 animation types (fad [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tooltip_card

With Flutter:

 $ flutter pub add tooltip_card

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

dependencies:
  tooltip_card: ^2.6.1

Alternatively, 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';
2
likes
0
points
230
downloads

Publisher

unverified uploader

Weekly Downloads

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, 9 animation types (fade/scale/bounce/elastic/slide/zoom), touch-friendly support, controller with data passing, modal barrier with blur, RTL support, accessibility, TooltipCardController, and TooltipCardContent for onboarding and feature discovery.

Repository (GitHub)
View/report issues

Topics

#tooltip #popover #callout #flyout #ui

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tooltip_card