-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added back button interceptor #182
base: develop
Are you sure you want to change the base?
Conversation
Added BackButtonInterceptor package, so if it's declared no userInteractions, there will be no route popping
Added same logic for showProgress Readme, changelog upd
This reverts commit 098ec84.
Reorgonized adding interceptor
@nslogx please could you aprove this PR? |
@feduke-nukem Dude, you deleted your fork and my code crashed. Because I'm directly referencing your branch code😭 |
Sorry, I was doing some cleanup and didn't intend to break anyone's code. This PR is almost a year old, so I believe the code owner should take a look at it, at least. From my side, I will try to restore this repo and branch asap. |
Haha thanks, but I've re-forked one from your codebase. Considering that other developers may have used your code, you can indeed restore it.😊 |
You could check the branch now. Additionally, I would like to mention that I have been working on my own implementation of an overlay-based dialog system in Flutter. You might want to take a look link My main goal is to provide a flexible system, so I would be happy to receive feedback from anyone. |
Wow, |
Closes #178
Closes #114
Closes #86
As I myself have faced this problem, I added BackButtonInterceptor package, so if it's declared no userInteractions, there will be no route popping