feature_tooltip 0.0.1
feature_tooltip: ^0.0.1 copied to clipboard
A Flutter package that provides an advanced tooltip with custom positioning, styling, animations, extended display durations, and optional background blurring. This widget can be used to replace the d [...]
0.0.1 – 2025‑08‑10 #
- Initial release of
feature_tooltip. - Added
FeatureTooltipwidget with configurable positioning (up, down, left, right) and offsets. - Added styling options: padding, margin, background colour, text style, border radius, elevation and arrow dimensions.
- Added show/hide animations with configurable durations and curves.
- Added support for extended display durations and blurred backdrop.
- Added multiple trigger modes (tap, long‑press) and dismiss on tap.
- Added ability to provide custom widget content instead of just text.
- Included example application and README.