custom_tooltip_flutter 0.2.0
custom_tooltip_flutter: ^0.2.0 copied to clipboard
A highly customizable tooltip widget for Flutter with support for multiple positions, animations, and platform-specific interactions (hover for desktop/web, tap/hold for mobile).
0.2.0 #
- Added
enableTapToOpenproperty for tap-to-open functionality on all platforms - When
enableTapToOpenis enabled, mouse hover functionality is automatically disabled - Improved mouse focus handling - tooltip now stays open when mouse moves from target to tooltip content
- Fixed tooltip positioning and mouse tracking logic
- Added comprehensive examples for all interaction modes
- Updated documentation with new features and examples
0.1.1 #
- Added WASM compatibility for web platform
- Improved shadow rendering for better cross-platform support
0.1.0 #
- Added support for hold gesture on mobile devices
- Added
useHoldGestureproperty to control tap/hold behavior - Improved tooltip positioning logic
- Added smooth fade and scale animations
- Optimized performance and memory management
- Added comprehensive documentation
- Fixed potential memory leaks
- Improved code organization and readability
0.0.1 #
- Initial release of the custom_tooltip_flutter package.