Flutterando/modular

Losing browsing history on Flutter Web

Opened this issue · 2 comments

Describe the bug
When refreshing Flutter Modular is losing route history

Environment
dependencies:
go_router: ^13.2.0
flutter_modular: ^6.3.2

To Reproduce
Use the code provided below to reproduce.

  1. Use pushNamed on the web, when you refresh it, it loses the browsing history and the back button disappears from the appbar

Expected behavior
When using packages like go_router you get the expected behavior,
Below I am sending a video and the code using go_router package
go_router_implementation.zip

Screenshots
The problem happens in Flutter Modular when you refresh the page it loses the navigation history and the navigation button disappears, below is the same example done in go_router using flutter_modular, below I sent the video and the code

flutter_modular_implementation.zip

Fixa na versão
flutter_triple: ^3.0.0
flutter_modular: 6.3.3

Esse problema surgiu na ultima versão 6.3.4...

It's has been open for seven months now. Someone has any update?