jamesblasco / modal_bottom_sheet

Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style
https://pub.dev/packages/modal_bottom_sheet
MIT License
1.9k stars 476 forks source link

Improve Cupertino Sheet Scroll Behavior #427

Closed 9AZX closed 1 week ago

9AZX commented 1 month ago

Improve Cupertino Sheet Scroll Behavior

Description

This PR addresses an issue with the Sheet widget where unintended overscroll at the top was causing usability problems. While this solution doesn't perfectly replicate native iOS behavior, it provides a quick win to make the sheet more usable and prevent content expansion issues.

Changes

How Has This Been Tested?

Related Issues

Partially addresses:

jamesblasco commented 1 week ago

Thank you for contributing to the repo!