Questions tagged [imagepicker]

462 questions
0
votes
0 answers

Camera Picker in Flutter behaves weirdly

I am working on a app which has multiple screens. Camera image capturing screen is never directly called by main screen instead of sub screens. Though My camera picker code works perfectly as an individual flutter project when I put it in main file…
0
votes
0 answers

Storing the image as url and posting it in my app?

Ill try and provide as much code as possible. (mainly regarding the image ill be using "other data" instead of posting non needed code besides the image) So in my app I have a File image; provider and im having issues with getting to display it on…
user12227098
0
votes
1 answer

Displaying an Image.file in flutter from firebase

I'm having an Issue with calling an Image.file from my firebase into my app. I tried converting it to string and so many things but nothing works. Here is how im fetching the data from firebase: (the image its a file so I wrapped it in…
user12227098
0
votes
1 answer

imagePicker once you select a photo from library doesn't allow you to select another one

I'm trying, as the title suggests, to give the possibility to change the photo once you've already selected one. At the moment the user cannot choose another photo if he does not deselect the previous one, so I am not interested in selecting…
0
votes
1 answer

Pick multiple images in react native Expo with Imagepicker

It seems like Expo only supports imagepicker for selecting one image rather than multiple images. Is there any way to pick multiple images without ejecting expo or starting new react-native-init?
Sungbin Ahn
  • 1
  • 1
  • 1
0
votes
1 answer

How to edit or delete image after upload image in flutter

I've one page called BSP_LICENSE_PAGE and BUSINESS DETAILS page so here I am uploading an image at the BSP_LICENSE_PAGE and after uploading an image on that page it will go to the BUSINESS_DETAIL page and here at this page I am displaying that…
0
votes
1 answer

image picker is not uploading image and it will send the null value to the backend

I've one page on that page there is one add button and it will add the widget as much users want but when I am uploading image it will not upload. and when I press the add button it will already upload the image on the next generated widget. and…
0
votes
3 answers

Ionic 4 Select Multiple Image From Gallery with Image-picker Not Working

I Use Image-Picker for select multiple Image From Gallery But I Get The "Plugin_not_installed" I Use From link To Install plugin ionic image picker ionic cordova plugin add cordova-plugin-telerik-imagepicker npm install…
Mostafa Bagheri
  • 366
  • 2
  • 7
  • 19
0
votes
1 answer

Image Picker isn't calling onchange when selected

My issue is that my image-picker.js doesn't trigger the onchange when selected by clicking the image. https://rvera.github.io/image-picker/ Although, when actually selecting from the dropdown, it does trigger the onchange. I have the following: <%=…
uno
  • 1,421
  • 12
  • 38
0
votes
0 answers

Why the application that works on iOS does not work on android. İonic3 İmagepicker error

I encountered an error, ionic3, help me :/? openGallery() { console.log("oepn galery"); this.loadfoto = 0; if (this.platform.is('android')) { console.log("if androidk"); const options: ImagePickerOptions = { quality: 80, } …
m.akgn
  • 1
0
votes
0 answers

Change language/texts of ImagePicker

How can I change the language or texts of messages/buttons of ImagePicker (https://ionicframework.com/docs/native/image-picker) in Android and iOS? My device language is pt-br, but texts are shown in english.. I need to show in portuguese Thanks
Cassio
  • 1
  • 1
-1
votes
1 answer

Image_picker does not work for Android 13 on Flutter

"Hello, Android users with version 13 are not able to view the photo gallery, either to change the user's photo or to post a photo on the app's timeline. Once the load is set to true, it remains in that state. Here is a block of code for better…
-1
votes
1 answer

In Flutter How to pass image from one class to other?

How to pass image picked from file from one activity to other in flutter... I am using this code to picked image from gallery. File? image; Future pickImage() async { try { final image = await ImagePicker().pickImage(source:…
Ehsan Abid
  • 43
  • 6
-1
votes
1 answer

Memory Use Is Too High Every Time Image Picked using UIImagePickerController

I am using this Photo Helper to pick pictures from phone or take a photo but every time I use it, it adds up to the memory use. The image is uploaded to Firebase and it doesn't have to be held in the memory anyway. How can I stop my app to stop…
iPancake
  • 109
  • 1
  • 9
-1
votes
1 answer

type 'Future' is not a subtype of type 'Future' , error after migrating to null safety

I have recently migrated my flutter app to null safety 2.12.0 , I had to do a lot of changes to my code and I'm only stuck at my image picker and upload functions. I manage to change the null accepted variables. application runs without an issue but…
tessu
  • 65
  • 1
  • 5
1 2 3
30
31