John Ryan
John Ryan
This is working for me after merging with `main`, so I'm going to land this and keep testing.
This is causing a CORS error, so I'm going to roll this back. https://github.com/dart-lang/dart-pad/pull/2959
``` Access to fetch at 'https://dartpad.dev/canvaskit/chromium/canvaskit.wasm' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your...
@rekire this feature is only a change to how the UI works, supporting arbitrary packages isn't something on our roadmap.
@himanshubanerji can you help me understand the use-case? It seems like `ctrl +` to zoom is working, but might not be ideal...
Yes, here's the pull request: https://github.com/dart-lang/dart-pad/pull/2792
My guess is this is a bug related to `_canonicalUri` or `_addQueryParams` since this is being thrown by the `location` getter.
I can't reproduce this issue. If you have more information on how to reproduce it (or even better, a sample that can reproduce the issue) that would be helpful.
Does it work if you use the [`pageBuilder`](https://pub.dev/documentation/go_router/latest/go_router/GoRoute/pageBuilder.html) parameter instead of `builder`?
I think this is a duplicate of https://github.com/flutter/flutter/issues/99663, please comment if this is not correct.