smart_tip 0.0.5 copy "smart_tip: ^0.0.5" to clipboard
smart_tip: ^0.0.5 copied to clipboard

A customizable tooltip package for Flutter using flutter_hooks.

Changelog #

0.0.5 - 2024-10-04 #

  • Added LinkedIn profile link.

0.0.4 - 2024-10-04 #

  • Added support for theming tooltips globally using ThemeData.
  • Introduced shadow customization options for tooltips.
  • Fixed issue with tooltips not resizing properly with dynamic content changes.
  • Improved accessibility support by adding semanticsLabel for screen readers.

0.0.3 New Features & Bug Fixes #

  • Added animation support for smooth tooltip appearance and disappearance.
  • Introduced duration and delay options to control the tooltip’s visibility timing.
  • Fixed tooltip flickering issue on fast mouse movements.
  • Improved mouse event handling to better manage tooltip hover detection.

0.0.2 Added Improvements #

  • Fixed overlay position issues for better tooltip alignment.
  • Enhanced performance by optimizing useEffect cleanup on widget disposal.
  • Added the ability to customize tooltip elevation.
  • Improved support for interactive elements inside tooltips, such as buttons.

0.0.1 Initial Release #

  • Added the SmartTip widget for flexible tooltips.
  • Supports positioning tooltips at the top or bottom of the child widget.
  • Customizable content, background color, and corner radius.
4
likes
140
points
25
downloads

Publisher

verified publishersanoop.dev

Weekly Downloads

A customizable tooltip package for Flutter using flutter_hooks.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_hooks

More

Packages that depend on smart_tip