Why is setting.name interpreted differently for same URL?
In my Flutter web app, when I navigate to: http://localhost:38431/?a=1#game
, the router (MaterialApp.onGenerateRoute
) gives me two RouteSettings.name
for the same URL.
First it routes to “game”, then to “/”.
Why is setting.name interpreted differently for same URL?
In my Flutter web app, when I navigate to: http://localhost:38431/?a=1#game
, the router (MaterialApp.onGenerateRoute
) gives me two RouteSettings.name
for the same URL.
First it routes to “game”, then to “/”.