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

[devtools_app] update dependency on pkg:file_selector #6762

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

kevmoo
Copy link
Contributor

@kevmoo kevmoo commented Nov 17, 2023

Allows version of file_selector_web that support wasm

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read the Flutter Style Guide recently, and have followed its advice.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or there is a reason for not adding tests.

build.yaml badge

If you need help, consider asking for help on Discord.

Allows version of file_selector_web that support wasm
@kevmoo kevmoo added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 17, 2023
@auto-submit auto-submit bot merged commit 5e83456 into master Nov 17, 2023
23 checks passed
@kevmoo kevmoo deleted the latest_file_selector branch November 17, 2023 21:42
srujzs pushed a commit to srujzs/devtools that referenced this pull request Nov 20, 2023
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

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.

Copy link
Contributor Author

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!

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.

Copy link
Member

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?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in #6895

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App release-notes-not-required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants