surfstudio / flutter-bottom-sheet

Custom bottom sheet widget, that can resize by drag and then scroll. Made by Surf 🏄
Apache License 2.0
164 stars 42 forks source link

[FEATURE REQUEST] Effective isModal: false #36

Closed sirkalmi closed 2 years ago

sirkalmi commented 2 years ago

This is the best bottom sheet I have found, but I have a little problem with it. I want the area above the bottom sheet to be active when isModal: false is set. For example, if there is a map there, it can be handled with the bottom sheet open.

MbIXjkee commented 2 years ago

Hi! This case looks like you have not to show bottomsheet as a separate route. Because when you show new route, all behind it become inactive. For your case bottomsheet and map should be active together. You have to use stack in one route in this case.