Modal Bottom Sheet Versions Save

Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style

v0.2

3 years ago
  • Added support for scroll-to-top by tapping the status bar on iOS devices.
  • Use curveAnimation to define a custom curve animation for the modal transition
  • Bug fixes releated to horizontal scroll, clamping physics and othes.

v.0.1.6

3 years ago
  • Use duration to 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

v0.1.5

4 years ago
  • Support for closing a modal with a scroll view by dragging down fast.
  • Fix assertion in CupertinoBottomSheet and BottomSheetRoute when using the CupetinoApp or WidgetsApp as root
  • Fix assertion when scrollController isn't used by the builder