smooth_sheets 0.4.0 smooth_sheets: ^0.4.0 copied to clipboard
Sheet widgets with smooth motion and great flexibility. Also supports nested navigation in both imperative and declarative ways.
Changelog #
0.4.0 Mar 20, 2024 #
- Add
BottomBarVisibility
widgets (#15, #19)
0.3.4 Mar 9, 2024 #
- Fix crash when clicking on the modal barrier while dragging the sheet (#54)
0.3.3 Feb 29, 2024 #
- Add
InterpolationSimulation
(#55)
0.3.2 Feb 27, 2024 #
- Documentation updates
0.3.1 Feb 26, 2024 #
- Documentation updates
0.3.0 Feb 24, 2024 #
- Add iOS 15 style modal sheet transition (#21)
- Improve the sheet motion while opening/closing the keyboard (#27)
- Add
settings
andfullscreenDialog
params to the constructors of modal sheet routes and pages (#28) - Physics improvements (#32)
- Add conditional modal sheet popping feature (#39)
- Remove
enablePullToDismiss
(#44)
0.2.0 Jan 29, 2024 #
- Add a showcase that uses TextFields in a sheet (#2)
- Dispatch a Notification when the sheet extent changes (#4)
- Add a way to dismiss the on-screen keyboard when the sheet is dragged (#8)
0.1.0 #
- Initial release