Valentin Vignal
Valentin Vignal
That is a good question... I thought I already tried but apparently not because it worked... I don't know what I did but when I tried, the static analysis was...
Yes yes, I could simply ignore it. I'll try to explain a bit better what I would use it for though. Let's say I have an object `Post` (like a...
Oh no! Thank you for the answer. My custom grammar was meant to be used for as many people as possible (but in reality, a small team). I don't think...
Not supporting imperative navigation or using pageless routes to support imperative navigation would, in my opinion, prevent us from implementing a lot of use cases. Let's consider an app with...
@chunhtai I'm talking about the back button in the app bar which would use `GoRouter.of(context).pop()` (my application is on mobile, web, and desktop so the browser's back/forward buttons are not...
> after the my change go_router will create RouteMatchList: [GoRouteA, GoRouteB] Navigator routeStack: [GoRouteA, GoRouteB, GoRouteA(pageless)] URL bar: GoRouteB @chunhtai But isn't this specific scenario a major issue? This seems...
> The routeMatchList contains history for upward navigation and the browser history is chronological Fair enough, the issue we are facing is that our app is cross-platform, so we cannot...
Hello @aissat, is it an acceptable proposition? I'm willing to spend some time and contribute to make it available if you validate this request.
@TarekkMA Not yet, I have been quite busy recently. @Overman775 right now `LocalKeys.project_name` and the other are all `const`. Would It be okay to not make the nested object `const`:...
Hello, is there a progress on this issue?