flutter_showcaseview
flutter_showcaseview copied to clipboard
#87 - Enh - Barrier/Overlay disable interaction facilitation.
Enhancement - changes to fix #87 idea :- disable interaction with barrier/overlay. (Custom Requirement where toggling between showcase needs to be controlled)
changes :
param details -> name : disableBarrierInteraction type : bool
Example :
//...
body: ShowCaseWidget(
//...
autoPlayLockEnable: false,
//disable interaction with barrier/overlay
disableBarrierInteraction: true,
//...
)
//...
This is working great for me - thank you!
Hello, thanks a lot, can you please merge that?
Any update on this?
Any update on this?
I just used the library locally and made this change on my project directly
i need this thanks
This feature is available in latest version after the merge of latest PR #252.