Back to Work
Package2025

scroll_dismissible_page

A Flutter page wrapper with scroll-aware swipe-down-to-dismiss. Nested scrollables keep working; dismiss only engages at the top edge.

Flutterpub.devUIPackage

Highlights

  • Swipe-down-to-dismiss that respects nested scrolling
  • Dismiss engages only when the scrollable is at the top
  • Published on pub.dev

Problem

Naive dismissible pages fight nested ListViews and scrollables. This package coordinates gestures so content scrolling stays natural while still allowing a clean dismiss interaction at the edge.

Stack

FlutterDartGesturesScroll coordination