Skip to content

v1.1.0

Latest

Choose a tag to compare

@norelease-bot norelease-bot released this 02 Aug 09:57
ae33134

Add sheetVisibility to ModalSheetRouteMixin

ModalSheetRouteMixin.sheetVisibility has been added, an Animation<double> that reports how much of the sheet is visible in a modal route. It can be used, for example, to easily create custom modal barriers that change its opacity or blurriness based on the sheet's visibility, something like this:

screen-20260802-183350-1785663219580.mp4.2.mp4

See the API documentation and this example for more details.

Bug fixes

  • fix: Modal barrier fade too subtle for small sheets (#577) - 473daa9
  • fix: Null check operator error in _LazySheetModelView.setModel due to uninitialized old model offset (#571) - bbdc96c