In the AI Playlist Generator showcase, dismissible is working with SingleChildScrollView but when I tried this with routes I get this behaviour. But the thing is actually they should do the same.
Thanks for your report, and It seems like the drag-down-to-dismiss action doesn't work on a modal NavigationSheet with the versions of 0.5.x. As a workaround, you can use 0.4.x for a while.
In the AI Playlist Generator showcase, dismissible is working with SingleChildScrollView but when I tried this with routes I get this behaviour. But the thing is actually they should do the same.
Demo:
https://github.com/fujidaiti/smooth_sheets/assets/73065112/f95f4d9d-3623-47da-b412-8609e5a2979e
It looks like gesture is working but it's not ending with dissmissible state. So I couldn't figure out what I'm doing wrong.
Code: