super_tooltip
super_tooltip copied to clipboard
SuperTooltip It is super flexible and allows you to display ToolTips in the overlay of the screen.
I'm using super_tootip all over my code base to implement a guided first-time-user tour of the app. I have tooltips running on my main screen, left and right drawers, various...
I'm trying out super_tooltip. Very cool! I noticed the area just above my tooltip does not respond to touch/click (see image below). I was trying to allow the user to...
It is very difficult to determine what causes this behavior. In most situations it works, but testers report that every now and then tooltips change position and go off-screen.
 
Does the SuperTooltip show if it's wrapped in MouseRegion?
Hey there, this is a really useful package, and it has helped me a lot. Can we prevent the dismissal of the tool tip when tapping outside while the showBarrier...
当我设置这两个属性时,箭头和组件有偏移,没有对齐。 left: 55.5.r, right: 55.5.r,  当我不设置这两个属性时就没有偏移,是对齐的。
Ckicking on child just gives Tooltip shown Caused by this code:  It would be great to have a param for disabling this behaviour and maybe set GestureDetector mode to...