PiN73 / cupertino_back_gesture

Flutter package to set custom width of iOS back swipe gesture area
BSD 3-Clause "New" or "Revised" License
30 stars 17 forks source link

gesture disambiguation fix #7

Closed theSharpestTool closed 2 years ago

theSharpestTool commented 3 years ago

fix #4 #1

shinriyo commented 3 years ago

@PiN73 hello

bot509 commented 3 years ago

@theSharpestTool you reformatted the source file with your own format configuration, this makes difficult to review and sync flutter source files next time. can you pull a new request and make it easy to merge? thx

theSharpestTool commented 3 years ago

@ultronnet @PiN73 please check, it is updated

PiN73 commented 3 years ago

@theSharpestTool thank you for disambiguation solution and for the update!

I'm going to merge and add make some changes to allow keeping old behavior or combining them

alvazu commented 2 years ago

@theSharpestTool what if I still want the swipe gesture enabled at the first page of tabview?

flutter: Gesture arena 140 ❙ ★ Opening new gesture arena. flutter: Gesture arena 140 ❙ Adding: HorizontalDragGestureRecognizer#da3a5(start behavior: start) flutter: Gesture arena 140 ❙ Adding: VerticalDragGestureRecognizer#877a6(start behavior: start) flutter: Gesture arena 140 ❙ Adding: HorizontalDragGestureRecognizer#04a38(debugOwner: _CupertinoBackGestureDetectorState#03f71, start behavior: start) flutter: Gesture arena 140 ❙ Closing with 3 members. flutter: Gesture arena 140 ❙ Accepting: HorizontalDragGestureRecognizer#da3a5(start behavior: start) flutter: Gesture arena 140 ❙ Self-declared winner: HorizontalDragGestureRecognizer#da3a5(start behavior: start)

In other word, how to control the winner as I want?