Skip to content

1.13.0

Choose a tag to compare

@alexstyl alexstyl released this 06 Oct 06:51
· 1073 commits to main since this release

What's new

  • 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.