You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thats a cool package, I will integrate it into my app!
Description:
I have a route where you can paint things and when you navigate back I save the image. (This apply for drawings but also other routes and different content)
The navigation back gesture is drawing on the screen
It would be nice if there would be a way to prevent that behavior. I did not found any way in Flutter to detect if a back gesture is currently on going. You can detect gestures in general but thats not always a back gesture.
The text was updated successfully, but these errors were encountered:
Hi @Sesa1988, thanks for opening an issue. As far as I'm aware, you could use ModalRoute.of(context).popGestureInProgress to disable the Scribble widget during a back gesture, or is there something I'm not seeing?
Hi, thats a cool package, I will integrate it into my app!
Description:
It would be nice if there would be a way to prevent that behavior. I did not found any way in Flutter to detect if a back gesture is currently on going. You can detect gestures in general but thats not always a back gesture.
The text was updated successfully, but these errors were encountered: