flutter_showcaseview icon indicating copy to clipboard operation
flutter_showcaseview copied to clipboard

Custom position of tooltip

Open rmahmadkhan opened this issue 1 year ago • 6 comments

Hello, I want to customize the position of my custom tooltip when using Showcase.withWidget().

Currently, my widget takes position automatically as follows. I want to place it to the center right of the target. Any tips?

Screenshot 2022-12-07 at 9 11 50 AM

rmahmadkhan avatar Dec 07 '22 04:12 rmahmadkhan

I need this feature. I want to customize the position.

ziqq avatar Feb 14 '23 13:02 ziqq

Hi @rmahmadkhan , Unfortunately right now we have only vertical positions available for tooltip. you can use tooltipPosition: TooltipPosition.top or tooltipPosition: TooltipPosition.down for manual positioning.

vatsaltanna avatar Mar 06 '23 21:03 vatsaltanna

Hi @rmahmadkhan , Unfortunately right now we have only vertical positions available for tooltip. you can use tooltipPosition: TooltipPosition.top or tooltipPosition: TooltipPosition.down for manual positioning.

It won't fit. I want to full customize the position.

ziqq avatar Mar 07 '23 13:03 ziqq

Any update on this?

adravel avatar Aug 09 '23 07:08 adravel

I'm having the same problem, we have a vertical widget group that spans almost the entire height of the device, so we need to display the widget on the correct side (eg left or right). TooltipPosition.top /TooltipPosition.down is not currect.

SPSpisoft avatar Oct 04 '23 13:10 SPSpisoft

I ran into the same problem, is there any progress on this feature

liqvip avatar Nov 25 '23 08:11 liqvip

Closing this issue as it is duplicate of #54.

aditya-css avatar Mar 07 '24 18:03 aditya-css