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

[file_selector] Add Android support #110098

Closed
stuartmorgan opened this issue Aug 23, 2022 · 4 comments · Fixed by flutter/packages#4329
Closed

[file_selector] Add Android support #110098

stuartmorgan opened this issue Aug 23, 2022 · 4 comments · Fixed by flutter/packages#4329
Assignees
Labels
p: file_selector The file_selector plugin P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. platform-android Android applications specifically

Comments

@stuartmorgan
Copy link
Contributor

With iOS support recently landed, we now have coverage (for the subset that is relevant everywhere, which is mostly opening files) across all platforms but Android. It would be good to have Android covered as well so it's completely cross-platform.

@csells
Copy link
Contributor

csells commented Feb 20, 2023

Can I ask the status on this? I'd love to be able to read and write files in Android (with the user's permission, of course).

@stuartmorgan stuartmorgan added P2 Important issues not at the top of the work list and removed P3 Issues that are less important to the Flutter project labels Apr 17, 2023
@lesnitsky
Copy link
Contributor

lesnitsky commented May 2, 2023

we would like to use this plugin in FlutterFire for Firebase UI Storage, android support is the only thing that is missing for our use case.

@stuartmorgan
Copy link
Contributor Author

@lesnitsky It's in progress; @bparrishMines is in the process of updating and completing the PR that was started at flutter/plugins#6547

@stuartmorgan stuartmorgan self-assigned this Jun 27, 2023
auto-submit bot pushed a commit to flutter/packages that referenced this issue Jul 1, 2023
Endorses the new Android implementation of `file_selector`, updating the README accordingly.

Also adjusts the example to better handle platform diffs, by hiding UI that doesn't work instead of just labelling it on the button. Left a TODO to improve how we determine what to hide once we have the API to do so.

Fixes flutter/flutter#110098
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p: file_selector The file_selector plugin P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. platform-android Android applications specifically
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants