Andrious Solutions
Andrious Solutions
I think I got it. I'll test further, but changing the `GoRouter.of()` from using the `dependOnInheritedWidgetOfExactType()` function to instead using the `getInheritedWidgetOfExactType()` function got rid of the unwanted rebuild side-effects...
Indeed, I will encourage all those concerned to go to their cached copy of `go_router` and make the indicated changes below in its router.dart file. The `dependOnInheritedWidgetOfExactType()` function induces the...
That's wonderful news, @chunhtai This all wouldn't be significant if an alternate approach was readily available to retrieve the GoRouter object, but there's not one as far as I can...