Tom Gilder
Tom Gilder
Hi @miaosun009 and @rutaba1, you both requested this feature - can I ask, are you using Routemaster on the web, or just mobile/desktop platforms?
I just want to explain why this is potentially problematic. It doesn't mean it can't be done, but I want people's feedback before I do it 😁 - You have...
Here's what I'm thinking with the API for this: `push('/page', state: myState)`, with `state` being an `Object?`. This won't be obviously won't be type-safe so will need casting. However, here's...
Thank you! Just to confirm - this would be to inject an object, something like this pseudocode? ```dart RouteMap( routes: { '/': (_) => MaterialPage(child: HomePage()), ChangeNotifierProvider( create: (_) =>...
Do you have a specific example of why this would be useful, and why you wouldn't just wrap all the routes in the provider?
You can pretty much do this currently without any chances to Routemaster. And yes, I barely understand `BuilderRouteMap` despite just typing it myself 😁 ```dart final teamOneMap = BuilderRouteMap( builder:...
Hey @nbourdin, thanks for the question. I would guess your bloc isn't rebuilding properly, but I'm not sure. Thanks for the repo, will have a look into it when I...
Hi @ranuth-ruby thanks for the issue - we're discussing back behaviour over in #176, please feel free to join the conversation! I'm afraid I don't know what the problem is...
Are you able to provide a repro of where this happens please? I'd like to understand why `Navigator.of(context).canPop()` is returning the wrong result; it shouldn't.
Hello! Thanks for the question. This is going to be possible in the next version using child route maps. Will post here when it's available in prerelease, hopefully next week.