Releases: jamesblasco/modal_bottom_sheet
Releases · jamesblasco/modal_bottom_sheet
New Cool Features
- Added support for scroll-to-top by tapping the status bar on iOS devices.
- Use
curveAnimationto define a custom curve animation for the modal transition - Bug fixes releated to horizontal scroll, clamping physics and othes.
New customizable params
- Use
durationto define the opening duration of the modal - Change the top radius of the cupertino bottom sheet with
topRadius
Thanks to @bierbaumtim @troyanskiy @rodineijf for the contributions
Scroll improvements and bug fixes
- Support for closing a modal with a scroll view by dragging down fast.
- Fix assertion in
CupertinoBottomSheetandBottomSheetRoutewhen using theCupetinoApporWidgetsAppas root - Fix assertion when
scrollControllerisn't used by the builder