flutter_showcaseview icon indicating copy to clipboard operation
flutter_showcaseview copied to clipboard

#87 - Enh - Barrier/Overlay disable interaction facilitation.

Open nvshah opened this issue 3 years ago • 5 comments

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,
        //...
   )

//...

nvshah avatar Jun 21 '21 17:06 nvshah

This is working great for me - thank you!

jagged91 avatar Jul 28 '21 16:07 jagged91

Hello, thanks a lot, can you please merge that?

mikepyts avatar Aug 13 '21 13:08 mikepyts

Any update on this?

jigarfumakiya avatar Dec 23 '21 13:12 jigarfumakiya

Any update on this?

I just used the library locally and made this change on my project directly

jagged91 avatar Dec 23 '21 21:12 jagged91

i need this thanks

corioste avatar May 19 '22 02:05 corioste

This feature is available in latest version after the merge of latest PR #252.

vatsaltanna avatar Aug 21 '22 06:08 vatsaltanna