mtooltip 1.0.2-beta
mtooltip: ^1.0.2-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.2-beta - 2025-11-14 #
1.0.1-beta - 2025-11-14 #
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
Notes #
- See README.md for usage, API details and example instructions.
- Package is MIT licensed — LICENSE.