Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 389 Bytes

File metadata and controls

13 lines (10 loc) · 389 Bytes

demo_routing_issue

A Flutter project demoing flutter/flutter#99220

Getting Started

  1. Start the application in Chrome
  2. Press the settings icon
  3. Observe that it's still possible to go back from the browser history even if
    Navigator.pushNamedAndRemoveUntil(context, SettingsView.routeName, (route) => false)
    has been used.