tooltip_card 2.9.0
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 [...]
import 'package:flutter/material.dart';
import 'app/views/tooltip_card_example_app.dart';
void main() {
runApp(const TooltipCardExampleApp());
}