CHANGELOG.md
611 Bytes
[0.0.1] - Pre Release.
[0.1.0] - Package Release.
[0.1.4] - Clean code and fix small bugs
[0.1.5] - Scroll improvements and bug fixes
- 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
[0.1.6] - New custom params
- Use
duration
to define the opening duration of the modal - Change the top radius of the cupertino bottom sheet Thanks to @bierbaumtim @troyanskiy @rodineijf for the contributions