latesttooltip 0.0.2 latesttooltip: ^0.0.2 copied to clipboard
ElTooltip, a smart positioned tooltip. Use it to display a widget inside a tooltip that you can personalize.
0.0.2 #
- BREAKING CHANGES Updated:
padding
is now aEdgeInsetsGeometry
,radius
is now aRadius
andtimeout
is now aDuration
. - Added: Modal configuration.
- Added: Animation controlled by
appearAnimationDuration
anddisappearAnimationDuration
. - Added:
showArrow
andshowChildAboveOverlay
for more customization options.- Fix: #12
- Added: ElTooltipController to help show and hide the tooltip.
1.0.8 #
- Fix: Updated NULL check with correct object.
1.0.7 #
- Fix: Updated compatibility bug with Flutter 3.7.
1.0.6 #
- Fix: Updated with compatibility for Flutter 3.7.
1.0.5 #
- Fix: Problem with setState in big lists.
1.0.4 #
- Updated: Trigger is now called child to use best conventions.
- Updated: Example page.
- Added: Widget testing.
1.0.3 #
- Added: more documentation.
1.0.2 #
- Updated: LICENSE.
1.0.1 #
- Updated: LICENSE.
1.0.0 #
- Added: el_tooltip first release.