smart_tip 0.0.2
smart_tip: ^0.0.2 copied to clipboard
A customizable tooltip package for Flutter using flutter_hooks.
Changelog #
0.0.2 Added Improvements #
- Fixed overlay position issues for better tooltip alignment.
- Enhanced performance by optimizing
useEffectcleanup on widget disposal. - Added the ability to customize tooltip elevation.
- Improved support for interactive elements inside tooltips, such as buttons.
0.0.1 Initial Release #
- Added the
SmartTipwidget for flexible tooltips. - Supports positioning tooltips at the top or bottom of the child widget.
- Customizable content, background color, and corner radius.