Description
When I call Navigator.pop to close a AlertDialog shown after a button click inside a widget reached via context.pushNamed using a route declared in a module, the dialog is closed (expected result) but the route of the underneath widget is popped too, causing the application to leave the widget instead of staying on the widget (the behavior I had on V6).
Environment
flutter.doctor.txt
pubspec.yaml.txt
Description
When I call Navigator.pop to close a AlertDialog shown after a button click inside a widget reached via context.pushNamed using a route declared in a module, the dialog is closed (expected result) but the route of the underneath widget is popped too, causing the application to leave the widget instead of staying on the widget (the behavior I had on V6).
Environment
flutter.doctor.txt
pubspec.yaml.txt