A Flutter package that provides a customizable tooltip with elegant animations. It allows you to wrap any widget and display a tooltip with a fade transition, customizable text style, and background color.
- Customizable tooltip text style using the theme's
bodyMedium
. - Background color of the tooltip using the theme's primary color.
- Fade transition for showing and hiding the tooltip.
- Control over the duration of the tooltip display and fade animation.
Add this to your pubspec.yaml
:
dependencies:
animated_tooltip_wrapper:
git:
url: https://github.com/yourusername/animated_tooltip_wrapper.git