mtooltip 1.0.2-beta copy "mtooltip: ^1.0.2-beta" to clipboard
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 #

Added #

  • Homepage URL updated
  • Static Analysis issue from 'pubdev' resolved.

Notes #

  • See README.md for usage, API details and example instructions.
  • Package is MIT licensed — LICENSE.

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 #

  • See README.md for usage, API details and example instructions.
  • Package is MIT licensed — LICENSE.

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: MTooltipController and implementation IMTooltipController — 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 #

  • MTooltipCard marked 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.
2
likes
0
points
7
downloads

Publisher

verified publishermdhashim.com

Weekly Downloads

A customizable tooltip implementation for Flutter applications that provides enhanced control over tooltip appearance and behavior.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mtooltip