-
Notifications
You must be signed in to change notification settings - Fork 329
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
[devtools_app] update dependency on pkg:file_selector #6762
Conversation
Allows version of file_selector_web that support wasm
Allows version of file_selector_web that support wasm ![build.yaml badge] If you need help, consider asking for help on [Discord]. [build.yaml badge]: https://github.com/flutter/devtools/actions/workflows/build.yaml/badge.svg
file_selector_linux: ^0.9.0 | ||
file_selector_macos: ^0.9.0 | ||
file_selector_web: ^0.9.0 | ||
file_selector_windows: ^0.9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is devtools interacting directly with any implementation package? If not, none of these except file_selector
is still necessary; they are all endorsed by file_selector 1.0.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! I was just riffing on what's there. Zero clue about why all of these show up!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original dependencies date back to before file_selector
's implementation had moved and been endorsed, IIRC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only import file_selector
in the DevTools code. Can we remove all these platform specific imports then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in #6895
Allows version of file_selector_web that support wasm
Pre-launch Checklist
///
).If you need help, consider asking for help on Discord.