-
Notifications
You must be signed in to change notification settings - Fork 309
compose: Give better media-picker UI on Android #114
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
Comments
And that upstream issue flutter/flutter#89159 is complete (since a few weeks ago). So the first-party Also the first-party We'd noted in #57 that that was missing, which led us to use This means there's overlap in functionality between the two first-party plugins Not sure which to use where they overlap. Quite possibly either one would be fine. |
This appears to have been fixed — I just tried the "photo" icon under the compose box, on Android, and got what looks like the fancy new "photo picker" UI. |
Closing because the issue seems to have been fixed. I am puzzled as to what would have fixed it, though:
|
See #56 (comment) (referring to what we currently offer on the "Attach images or videos" button in the compose box):
That issue now has a linked PR! 🤞 flutter/packages#3892 So hopefully we can take care of this reasonably soon, by using
image_picker
instead offile_picker
for this.The text was updated successfully, but these errors were encountered: