Flutter_dismissible_page icon indicating copy to clipboard operation
Flutter_dismissible_page copied to clipboard

Flutter page widget that is dismissed by swipe gestures, with Hero style animations, Inspired by Facebook and Instagram stories.

Results 14 Flutter_dismissible_page issues
Sort by recently updated
recently updated
newest added

Doesn't work when on top of a page that has a CustomScrollView and some slivers inside (SliverList) etc. Only dismisses sideways. If there is no scrollable content in CustomScrollView then...

enhancement

We're trying to fade out the page background (which is separate from the DismissiblePage widget) when the user starts dragging, but unfortunately there's no way to get the drag progress....

I found that in the published version, you have commented out the code in the pub. v0.7.2 ![image](https://user-images.githubusercontent.com/56841516/172826679-313ccb83-881d-4cd7-b6a6-14a7009f4119.png)

I think currently the dissmissing page only scales down and moves. Also the previous page color changes. But instead it would be nicer to fade out the top page and...

enhancement

Hi. The package does'nt work with InteractiveViewer. Please share solution Code example: ``` import 'package:dismissible_page/dismissible_page.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:inter_staff/constants/colors.dart'; import 'package:inter_staff/feature/template/widgets/image_provider.dart'; import 'package:photo_view/photo_view.dart'; class InteractiveViewerPage extends StatefulWidget {...

**Describe the bug** The problem is that the `BouncingScrollPhysics` mode refuses to work if your page is wrapped in `DismissiblePage`. This may be important, but my usage looks like this:...

Hello. First of all, thank you for awesome library, great job. I have a question. Is there a way to disable scrollview scrolling while the scene is dismissed? I try...

fixed issue - https://github.com/Tkko/Flutter_dismissible_page/issues/27#issue-1697340636

It would be cool with a way to programatically set whether or not dragging was disabled, e.g. adding the option to pass an async callback function that determines whether or...