marcelogil / el_tooltip

Flutter tooltip widget with smart positioning
MIT License
27 stars 16 forks source link

support desktop, needs to show on mouse hover #11

Closed sgehrman closed 8 months ago

sgehrman commented 1 year ago

I was hoping to use this. I'm using just_the_tooltip, but having some crashes.

Needs to show after duration when mouse hovers over item.

benPesso commented 1 year ago

@sgehrman You could wrap the widget in a MouseRegion and use onEnter and onExit to show/hide the tooltip using an ElTooltipController controller.