thielepaul / photoprism-mobile

Flutter App for PhotoPrism
GNU General Public License v3.0
892 stars 72 forks source link

iOS: Use photo/video picker rather than file picker #73

Open aaron-trout opened 3 years ago

aaron-trout commented 3 years ago

Currently on iOS, when choosing the "Upload Photo" option from the "three dots" menu, the user is presented with a "files" picker:

IMG_E21AC332F49B-1

This is not particularly useful because it does not allow access to the user's photos and videos. From 15 minutes of looking at the code, I think this is because the app is using this Flutter package which only supports the file picker and not the photos picker on iOS: https://github.com/miguelpruivo/flutter_file_picker

For iOS it should instead be using the system photos picker.

spaibs commented 3 years ago

Yes you're right, but we didn't find any flutter package which allows to pick multiple images from the gallery. See #44 for details.

step21 commented 3 years ago

This so much. Even when selecting only one image, it would still be better as uploading from files is basically useless. (as most images from camera etc will not be there)

darrepac commented 3 years ago

Yes I do agree when I tried to upload a picture, it goes to file explorer where there is no photo at all! :/