mtooltip 1.0.3-beta
mtooltip: ^1.0.3-beta copied to clipboard
A customizable tooltip implementation for Flutter applications that provides enhanced control over tooltip appearance and behavior.
Changelog #
All notable changes to this project will be documented in this file.
1.0.3-beta - 2025-11-27 #
Added #
- Included Shadow to Tooltip
- Updated negative vertical offset to 10.0
- onRender and onDismiss Callbacks
- Updated Example
- [New] TooltipApex Position [New] autoPosition - a new parameter to auto position tooltip based to avoid overflow constraints. Auto-Positions apex position and overrides TooltipAlign parameter.
1.0.2-beta - 2025-11-14 #
1.0.1-beta - 2025-11-14 #
Added #
- Initial public beta release of the package.
- Updated README.md
- Unit tests for
MTooltipCard: test/mtooltip_test.dart
Notes #
1.0.0-beta - 2025-11-14 #
Added #
- Initial public beta release of the package.
- Core tooltip widget:
MTooltip— lib/src/core/mtooltip.dart - Positioning delegate:
MTooltipPositionDelegate— lib/src/core/mtooltip_position_delegate.dart - Tooltip shape with apex:
TooltipApex— lib/src/core/tooltip_apex.dart - Controller API:
MTooltipControllerand implementationIMTooltipController— lib/src/controller/mtooltip_controller.dart, lib/src/controller/mtooltip_controller_impl.dart - Example app demonstrating usage: example/lib/main.dart
- Unit tests for
MTooltipCard: test/mtooltip_test.dart
Changed #
- Exposed package entry points via lib/mtooltip.dart.
Deprecated #
MTooltipCardmarked as deprecated (kept for backward compatibility). See: lib/src/core/mtooltip_card.dart