el_tooltip 2.2.1 el_tooltip: ^2.2.1 copied to clipboard
ElTooltip, a smart positioned tooltip. Use it to display a widget inside a tooltip that you can personalize.
2.2.1 #
- Fix: Bug creating errors during test.
2.2.0 #
- Fix: Remove empty pixel showing between the arrow and the bubble on some devices.
2.1.0 #
- Fix: Problem with elements remaining in the screen while invisible causing clicking issues. Thanks @appinteractive.
- Fix: Problem with disappearing tooltip in iOS. Thanks @appinteractive.
2.0.0 #
- 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.