tooltip_card 2.6.2 copy "tooltip_card: ^2.6.2" to clipboard
tooltip_card: ^2.6.2 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 Flutter:

 $ flutter pub add tooltip_card

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

dependencies:
  tooltip_card: ^2.6.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:tooltip_card/tooltip_card.dart';
2
likes
130
points
188
downloads
screenshot

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tooltip_card