flutter_showcaseview icon indicating copy to clipboard operation
flutter_showcaseview copied to clipboard

Showcase widget without overlay

Open AntoineRondelet opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

Hi, this package looks amazing! I'd like to use it to implement a widget showcase on my app, but I don't want to have an overlay blocking user interactions.

Describe the solution you'd like

I'd like to showcase elements, while allowing users to interact with the widgets under the overlay (if that makes sense). Is there a way to do this?

Thanks in advance for your help!

AntoineRondelet avatar Dec 31 '24 16:12 AntoineRondelet

I think the package super_tooltip can help with your requirement. It allows displaying tooltips in an overlay without blocking user interactions.

PhuCG avatar Feb 28 '25 04:02 PhuCG

Hi @AntoineRondelet, Thank you for your feature request!

After consideration, we've decided that implementing a showcase without an overlay falls outside the scope of this package. Our library is specifically designed for guided walkthroughs that require user focus through overlays.

For your use case of showing tooltips while maintaining user interactions, we recommend exploring packages like super_tooltip which are better suited for this purpose.

We appreciate your understanding and welcome future suggestions that align with our core showcase functionality.

Sahil-Simform avatar Nov 21 '25 11:11 Sahil-Simform