459 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
40
views
Picked image shows briefly, then disappears from ImageView.Why?
I'm working on an Android app and trying to pick a profile image from the gallery. I use setImageURI(uri) to display it in a CircleImageView.
The image shows perfectly for 4–5 seconds and then ...
1
vote
1
answer
136
views
PlatformException when trying to use image_picker and file_picker package in Flutter
I'm trying to add the ability for a user to select either photos from their gallery or audio files from their files app in IOS but I'm receiving the following error:
Uncaught error: PlatformException(...
0
votes
0
answers
56
views
Uploaded image to S3 but it's broken - ImagePicker issue?
Problem Description
S3 upload is successful, and the image object appears in the S3 bucket.
But when I try to view the uploaded image, it shows a broken image icon instead of the actual image.
The ...
0
votes
1
answer
136
views
Image Picker "already_active" error and no response after selecting a photo or file
I'm using the image_picker package in my Flutter app to take photos and pick files. However, I'm facing two issues:
Camera Issue:
When taking a photo with the camera, the photo is taken, and I confirm ...
0
votes
2
answers
42
views
Can't show images in the page
I'm trying to use the image_picker 1.1.2 package in my project to select images from the gallery, but the image I picked doesn't show up.
This is the important part of the code:
Widget build(...
1
vote
0
answers
149
views
SwiftData Can't Use PhotosPickerItem as Property
I'm trying to find a way to reference photos in the User Photos Library and add those references in a SwiftData record. I can, of course, get the photos from the library, convert to Data type and ...
0
votes
1
answer
170
views
Flutter ImagePicker choose from gallery keep returns null
I'm using the ImagePIcker library in Flutter to retrieve image from user's phone's gallery. However the result of selection is always null. This only happens when I'm using ImageSource.gallery, it ...
0
votes
1
answer
2k
views
Limited access to photos giving full access on iOS, when using image_picker on flutter
I want to upload user's selected photo to server using image_picker plugin for flutter. But, when user is selecting limited access to photos and selecting photos that can be visible to app, it is ...
-1
votes
1
answer
58
views
The ImagePIcker is not working in my Flutter app
I used image_picker package in my project. But it is not working. I picked an image, but the image is not showing in the container. There is no issue in the code, but after I picked an image, only ...
-1
votes
1
answer
149
views
Convert image from react native to multipart form-data
I want to convert an image from React Native to multipart/form-data format,
similar to image data from ReactJS: ,
To use with this API: https://rapidapi.com/iq.faceok/api/ocr-extract-text/playground/...
0
votes
0
answers
113
views
How to use CanHub image cropper library, Getting error in my code
Getting error in options unable to import options, i tried dhaval but its also not working
i'm using kotlin dsl using gradle 8.4
implementation("com.vanniktech:android-image-cropper:4.5.0")
...
1
vote
1
answer
146
views
Is there any way to use nguyenhoanglam:ImagePicker:1.6.3 in Android Java?
I was using nguyenhoanglam:ImagePicker:1.3.2 in my Android java project for a while now.
But due to Play Store restriction on API version I had to update the SdkVersion to below.
minSdkVersion 21
...
0
votes
1
answer
120
views
Keep getting a delay and warning message on an ImagePicker when opening and selecting an image from Photo Library in Swift
From the code below everything is working fine except a repetitive delay when opening the image picker (in a sheet) and selecting the image once inside. I end getting the error below when I open the ...
0
votes
1
answer
106
views
Upload image from Flutter to Python API as a body
I have an API in Python where it asks for uploading an image file in the request body, the API searches in a database for this image and analyze it.
Now I want to write the client side code for this ...
0
votes
0
answers
102
views
how to auto set true ( auto save when capture) with image picker in flutter
I'm working with image picker then I always want to save the image that i click captured
but dont know how to set it, we have to press the right button to save it, is there any way to reduce the ...