A Flutter project demoing flutter/flutter#99220
- Start the application in Chrome
- Press the
settings
icon - Observe that it's still possible to go back from the browser history even if
has been used.
Navigator.pushNamedAndRemoveUntil(context, SettingsView.routeName, (route) => false)