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
Added new overscrollEffectSides param to ScrollArea so you can choose which sides the given overscrollEffect will work at. This is handy if you want to turn off the overscrollEffect to a specific side, such as no top overscrollEffect while working with Material's PullToRefreshBox(). #23
Added new positionalThreshold and velocityThreshold properties on Sheets components, so you can customize the behavior fully. #20 (thanks @Perfomer for the suggestion)
Bug Fixes
Fixed ModalBottomSheet not triggering recomposition when updating properties #24 (Thanks @jtomli for the bug report)
Fixed a crash when clicking the BottomSheets DragIndication#21 (thanks @Nath-IS for the bug report)
Improvements
ScrollArea will now consume no scroll effects unless it is required as part of the given overscrollEffect.
iOS overscroll bounce effect now works correctly with ScrollArea.