widget_tooltip 1.2.1
widget_tooltip: ^1.2.1 copied to clipboard
Widget Tooltip is a Flutter package that provides a tooltip widget that can be used to display a tooltip on any widget
1.2.1 #
Improvements #
- Unified tooltip widget: Merge triangle and message box into a single widget for smoother animations
- Better scale animation: Scale animation now expands from a single center point instead of separately
- Code simplification: Remove
triangleOffsetcalculation andkTriangleOverlapOffsetconstant
1.2.0 #
Features #
- autoFlip: Add
autoFlipproperty to automatically flip tooltip direction when there's not enough space at screen edges - hover: Add
WidgetTooltipTriggerMode.hoverfor Desktop/Web mouse hover support
Breaking Changes #
- messageStyle removed: Remove unused
messageStyleproperty
Deprecations #
- tapAnyWhere: Deprecate
WidgetTooltipDismissMode.tapAnyWherein favor oftapAnywhere(correct spelling)
Bug Fixes #
- autoFlip: Simplified logic - now uses screen center to determine tooltip position (target in top half → tooltip below, target in bottom half → tooltip above)
- visibility: Auto-dismiss tooltip when target scrolls off-screen
Improvements #
- Add comprehensive documentation for
TooltipControllerandWidgetTooltipclasses - Refactor internal variable names for better code readability
- Remove unused
isLeft/isRightparameters from internal_TooltipOverlaywidget - Improve example app with better styling and demonstrations
1.1.4 #
- Bug fixed: Fix right padding not working when text is long