Tkko / Flutter_dismissible_page

Flutter page widget that is dismissed by swipe gestures, with Hero style animations, Inspired by Facebook and Instagram stories.
https://pub.dev/packages/dismissible_page
MIT License
151 stars 39 forks source link

Added missing "disabled" implementation #11

Closed Andre-lbc closed 2 years ago

Andre-lbc commented 2 years ago

Hi, the new multi direction dismiss is a great addition and I immediately updated my app to use it. Unfortunately my code relied on the "disabled" parameter and that implementation was missing. I'm not sure if this is the best way to do it, but it worked for my use case. Thanks for this project 👍

Tkko commented 2 years ago

Hi @Andre-lbc , thanks for the PR, I'm afraid I have something else about this issue in mind. I'll upload the new version today.

Tkko commented 2 years ago

Fixed in version 0.7.1, thanks for raising the issue again :)