smart_tip 0.0.1
smart_tip: ^0.0.1 copied to clipboard
A customizable tooltip package for Flutter using flutter_hooks.
Smart Tip #
A customizable and lightweight tooltip widget for Flutter. SmartTip allows you to display rich content, including text, images, and interactive elements, when users hover over a widget. This package helps build informative and interactive tooltips, enhancing the user experience in your application.
Features #
- Display tooltips with customizable rich content (text, images, buttons, etc.).
- Customize the tooltip background color and corner radius.
- Position the tooltip either at the top or bottom of the trigger widget.
- Lightweight, powered by flutter_hooks for efficient overlay management.