-
-
I use the popUtil extension Stuck on go_router 14.1.0, but it fine on go_router 13 and before.
By log , I found `routerDelegate.currentConfiguration.matches.last.matchedLocation` has no immediate…
-
Previous issue https://github.com/grafana/explore-profiles-deprecated/issues/365, Previous PR https://github.com/grafana/explore-profiles-deprecated/pull/430
Starting from Grafana 10, plugins can sta…
-
## Description
Clicking anywhere on the screen beeps on macos.
```dart
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
void main() {
runApp(const MyA…
-
## Use case
It looks like with go_router_builder, you are supposed to define all your routes into this one gigantic file, this also leads to making two different classes that essentially represent …
-
If remote url return html code, imgproxy return error 500 with text `Internal error`, but not fallback image
```
ERROR [2024-10-11T06:52:33Z] Completed in 828.215882ms /url/cdSg_FJdwMgBHr-ibNoxn…
-
I have to pass the navigator key in GoRouter config but it ran to an error
`@singleton
class AppPages {
final router = GoRouter(
initialLocation: Routes.home,
debugLogDiagnostics: true,…
-
### Use case
Hi,
When using the onExit feature it would be useful to know what type of navigation is taking place (forwards/backwards, go/push/pop, etc).
We're looking at a use case whereby we wa…
-
For example
1. request 1 runs in the background, and a dialog A is displayed after the end of the request
2. request 2 runs in the foreground and displays dialog B directly. Close the dialog B a…
-
I am using chi router in my go project, and inside main go I have routes for my base version and my v1 version.
mux.Route("/", func(route chi.Router) {
***endpoints***
})
…