You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing a strange animation issue when I use swipe to dismiss with the modal sheet.
I've attached a video, but it looks like something is expanding based on how much the modal sheet has been pulled down.
I'm pretty certain it's not anything to do with my code, unless I've used some strange settings in the showMaterialModalBottomSheet function. I think this because even when I remove all of the widgets from inside the modal and just use a single text widget it still happens. See the second video for evidence.
After some further investigation it looks like it's the ListView animation that happens when the modal is dragged down with no more vertical scroll space. Is there anyway to disable this but still have the swipe to dismiss behaviour so that the swipe to dismiss animation looks more clean?
I'm experiencing a strange animation issue when I use swipe to dismiss with the modal sheet.
I've attached a video, but it looks like something is expanding based on how much the modal sheet has been pulled down.
I'm pretty certain it's not anything to do with my code, unless I've used some strange settings in the showMaterialModalBottomSheet function. I think this because even when I remove all of the widgets from inside the modal and just use a single text widget it still happens. See the second video for evidence.
I am using the function as follows
This doesn't happen on Android, only iOS.
I'm using iOS 17.3.1 for my testing.
RPReplay_Final1728078279.1.mov
RPReplay_Final1728078705.mp4
The text was updated successfully, but these errors were encountered: