This version contains breaking changes. See the migration guide for more details.
- Fix: Touch is ignored issue not fixed for top edge (#212)
- Fix: Closing keyboard slows down snapping animation (#193)
- Fix: Dynamically changing sheet height doesn't respect snapping constraints (#226)
- Fix: Snapping effect doesn't work when closing keyboard on non-fullscreen sheet (#192)
- Fix: Unwanted bouncing when opening or closing the on-screen keyboard on ScrollableSheet (#245)
- Add
SwipeDismissSensitivity
, a way to customize sensitivity of swipe-to-dismiss action on modal sheet (#222)
- Fix: Press-and-hold gesture in PageView doesn't stop momentum scrolling (#219)
- Fix: Keyboard visibility changes disrupt route transition animation in NavigationSheet (#215)
- Fix: Sometimes touch is ignored when scrollable sheet reaches edge (#209)
This version contains some breaking changes. See the migration guide for more details.
- Dispatch a notification when drag is cancelled (#204)
- Prefer composition style for SheetKeyboardDismissible (#197)
- Fix: NavigationSheet throws assertion error when starting to scroll in list view during page transition (#199)
- Refactor notification dispatch mechanism (#202)
- Fix: Momentum scrolling continues despite press and hold in list view (#196)
- Refactor: Lift sheet context up (#201)
- Fix: Opening keyboard interrupts sheet animation (#189)
- Fix: Cupertino style modal transition not working with NavigationSheet (#182)
This version contains some breaking changes. See the migration guide for more details.
- Make stretching behavior of StretchingSheetPhysics more customizable (#171)
- Rename "stretching" to "bouncing" (#173, #177)
- Fix: bouncing physics doesn't respect bounds where sheet can bounce (#178)
- Fix: DropdownButton doesn't work in NavigationSheet (#139)
- Fix: Attaching SheetController to NavigationSheet causes "Null check operator used on a null value" (#151)
- Fix: SheetController attached to NavigationSheet always emits minPixels = 0.0 (#163)
- Fix: Unwanted bouncing effect when opening keyboard on NavigationSheet (#153)
This version contains some breaking changes. See the migration guide for more details.
- Fix: Unable to build with Flutter versions
< 3.22.0
(#141) - Increase min SDK versions (#147)
- Remove basePhysics from SheetThemeData (#148)
This version contains some breaking changes. See the migration guide for more details.
- SheetDismissible not working with NavigationSheet (#137)
- Add a way to handle dismissing modal sheet events in one place (#130)
- SheetDismissible never trigger pull-to-dismiss action if ListView's scroll offset is halfway (#84)
- SheetDismissible not working with infinite looping scroll widget (#80)
- Can't overdrag modal sheet during pull-to-dismiss action (#53)
- Sometimes Pull-to-dismiss action is not triggered on modal sheet (#52)
- Fix an assertion error when specific page transition scenarios in declarative 'NavigationSheet' (#94)
- Fix a crash during the first build of
NavigationSheet
with a path that contains multiple routes such as/a/b/c
(#109)
- Re-export
NavigationSheetRoute
that is unintentionally omitted in v0.5.0 (#110)
This version contains some breaking changes. See the migration guide for more details.
- Attach default controller to sheet if not explicitly specified (#102)
- Reimplement core architecture (#106)
- Add new SheetNotifications for drag events (#92)
- Add SheetTheme (#93)
- Add a way to specify default physics and default ancestor physics (#96)
- Fix mistakes in the documentation of
BottomBarVisibility
andConditionalStickyBottomBarVisibility
which may mislead readers.
- Add
BottomBarVisibility
widgets (#15, #19)
- Fix crash when clicking on the modal barrier while dragging the sheet (#54)
- Add
InterpolationSimulation
(#55)
- Documentation updates
- Documentation updates
- 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)
- 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)
- Initial release