It seems like a #flutterdev Widget can't reliably access, wether the route that it's in can be popped (see PopScope).
ModalRoute.of(context) doesn't notify listeners when its popDisposition changes 🤷
Thus, I can't disable the dismiss gestures in Heroine when a route doesn't want to be popped...
ModalRoute.of(context) doesn't notify listeners when its popDisposition changes 🤷
Thus, I can't disable the dismiss gestures in Heroine when a route doesn't want to be popped...
Comments