Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It appears that https://github.com/flutter/engine/pull/42598 breaks the custom url paths of the example app. #9

Open
timmaffett opened this issue Jul 5, 2023 · 0 comments

Comments

@timmaffett
Copy link
Owner

timmaffett commented Jul 5, 2023

It appears that flutter/engine#42598 must be breaking the URLs of the example app, as the engine now removes the query url before the example app sees it.

https://timmaffett.github.io/material_symbols_icons/?query=text_select_start&iconSize=48&fontType=universal&fill=0&weight=400&grade=0&opticalSize=48

this url should go to show the text_select_start icons (with other settings in query url) and the query url is now completely removed by the engine before it can be interpreted.

(It is possible it is not that engine PR flutter/engine#42598 that has caused this - but it is the only engine PR I recall recently and it seems a possible likely culprit. I will know more once I have a chance to debug this.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant