routemaster
routemaster copied to clipboard
didChangeRoute not called on observers when user changes the URL manually
There is no simple way to just observe and e.g. print URLs that the user is navigating through with observers.
Override didChangeRoute
and it is not called when a user specifies the URL directly via URL bar in the browser, override didPush
and there is no simple way how to get the current path. Or at least I have not found any.