tooltip_pro 0.0.8
tooltip_pro: ^0.0.8 copied to clipboard
A powerful and flexible Flutter package for creating highly customizable tooltips with rich content, shadows, blurs, and precise positioning control.
0.0.8 #
- Fix: Fixed cumulative layout shift in README where images would initially load at full width.
0.0.7 #
- Fix: Updated README image links to use absolute GitHub URLs to ensure correct rendering on pub.dev.
0.0.6 #
- Documentation: Updated README with comprehensive usage examples and API reference.
- Assets: Added demo screenshots to the package.
0.0.5 #
- Update: Comprehensive documentation update.
- Feature: Added
showAtTapPositionto display tooltip exactly where the user tapped. - Feature: Enhanced Arrow Customization with
arrowWidth,arrowHeightandTooltipArrowDirection.custom.
0.0.4 #
- Fix: Resolves layout issues with arrow positioning.
- Feature: Exposed granular control for arrow dimensions and offsets.
0.0.3 #
- Bug Fix: Fixed rendering artifacts when
borderRadiusis large relative to the tooltip size. Correctly clamps radius to prevent path inversions.
0.0.2 #
- Breaking Change: Renamed
TooltipTargettoTooltipProto match package name.
0.0.1 #
- Initial release of
tooltip_pro. - Features included:
- Rich content support (text, icons, custom widgets).
- Flexible positioning (top, bottom, left, right).
- Custom arrow configuration (width, height, offset, direction).
- Styling options (background color, borders, shadows, blur effects).
- Factory constructors for minimal, rich, and error tooltips.
- Auto-dismiss functionality.