Dipak Prajapati
Dipak Prajapati
### Discussed in https://github.com/rrousselGit/riverpod/discussions/1897 Originally posted by **dipakp2726** November 12, 2022 hello I am using riverpod_generator and each time I run build runner it changes hash of all providers. I...
## Title URL not updating on pop when shell route has path params (inside AutoTabsRouter) ## Description When a shell route with **path parameters** (e.g., `patient/:patientId`) is spread into `AutoTabsRouter`...
Closes #2311 ## Issue In v9, onPopPage called removeRoute() → _removeRoute() → notifyAll(forceUrlRebuild: true), which: - Called notifyListeners() on the StackRouter (triggering UI rebuilds) - Called navigationHistory.rebuildUrl() unconditionally (updating the...