Results 5 comments of MiaYi

Same here, when using `navigateNamed()` to the same path with different query params, the `@QueryParam` in the widget can get new value but the URL in the browser dose not...

Here is a simple example, the value has been changed but the URL remains the same. ```dart @MaterialAutoRouter( routes: [ AutoRoute(page: TestPage, path: '/page'), ], ) class $AppRouter {} ```...

In my case, it would happen easily when I scroll the list with images, but it seems not to happen in release mode?

Is there any progress or a temporary solution for this issue?

I use `FileImage` or `NetworkImage` as ImageProvider in `PhotoViewGalleryPageOptions`, the image seems pixelated too, but the same provider on `Image` widget, it is not losing quality. Maybe it is not...