ricnaaru / scrollable_bottom_sheet

Flutter Scrollable Persistent Bottom Sheet
BSD 3-Clause "New" or "Revised" License
34 stars 9 forks source link

Gestures inside of _buildContent are not recognized on first interaction #10

Closed kamami closed 5 years ago

kamami commented 5 years ago

When tapping a button inside the _buildContent, the gesture is not fired! You need to tap it again, to see the expected result.

ricnaaru commented 5 years ago

are you using the latest version? because this should be fixed already..

tp commented 5 years ago

@ricnaaru Would you mind explaining what the root cause was / and how you fixed it? I was seeing the same in an adapted version of the draggable scrollable sheet from Flutter and probably ran into the same issue.

ricnaaru commented 5 years ago

7 i suspected this what's happening, but if the bug is still occurs if you're using the latest version, please provide the steps to reproduce.. thanks

ricnaaru commented 5 years ago

i'm sorry that i forgot to roll the pull request to pub dev, 0.2.2 should fix the bug.. thanks for your report