tooltip_card 2.9.0 copy "tooltip_card: ^2.9.0" to clipboard
tooltip_card: ^2.9.0 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 [...]

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app/views/tooltip_card_example_app.dart';

void main() {
  runApp(const TooltipCardExampleApp());
}
16
likes
135
points
352
downloads
screenshot

Documentation

API reference

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

MIT (license)

Dependencies

flutter

More

Packages that depend on tooltip_card