You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#18.
# New Feature
- Add `SheetDismissible`, which enables the enclosed sheet to be
dismissed by a drag-down gesture. It accepts an `onDismiss` callback,
which will be invoked when the user tries to dismiss the sheet by
dragging it down, providing an opportunity to determine if the sheet
should be dismissed.
# Changes
- Add tutorial code for `SheetDismissible`.
- Update the Safari and the AI playlist generator example to use
`SheetDismissible` to show a confirmation dialog to discard changes.
# Breaking Changes
- Remove `ModalSheetRouteMixin.enablePullToDismiss`.
Closes#18.
# New Feature
- Add `SheetDismissible`, which enables the enclosed sheet to be
dismissed by a drag-down gesture. It accepts an `onDismiss` callback,
which will be invoked when the user tries to dismiss the sheet by
dragging it down, providing an opportunity to determine if the sheet
should be dismissed.
# Changes
- Add tutorial code for `SheetDismissible`.
- Update the Safari and the AI playlist generator example to use
`SheetDismissible` to show a confirmation dialog to discard changes.
# Breaking Changes
- Remove `ModalSheetRouteMixin.enablePullToDismiss`.
Something like WillPopScope widget. One possible usecase is to display a dialog to confirm dismissing a modal sheet when it is dragged down.
The text was updated successfully, but these errors were encountered: