Imagepicker Questions
Ad
Upload image to Firebase from UIImagePicker
I would like to upload a profile picture to firebase when my uiimage picker has been chosen. but i don't know how to do it and i can not
Upload image to Firebase Storage and show as Profile Image
I need help with uploading image to firebase storage. i have a profile menu in my app. when user tap on this menu he/she can see profile with
i cant save images in sqlite database flutter
I am trying to save image in sqlite database using flutter below is my helper class where i want to save data class dbhelper{
How to add delete function to remove dynamically generated widget in flutter
In my flutter app, i have implemented an image picker from the gallery and reordering. now i want to implement 'delete' function when the user tap
How to get the image path after selecting multiple images using pickMultiImage of image_picker in flutter
I'm trying to select multiple images so for this i used pickmultiimage method of image_picker. images are displaying on screen, but
how to send a photo using image picker to my hp color printer?
I send some images to firebase storage, then another fetches the images and need to print it on a photo paper. what flutter api can i use.
The argument type 'File?' can't be assigned to the parameter type 'Future<File>?'
file ? file; string status = ''; string ? base64image; file ? tmpfile; string errmessage = 'error uploading image';
How to load all gallary images quickly in flutter
I want to make a custom image picker in a custom bottom sheet. i did it using
Dart Null safety error : Null check operator used on a null value
I got this error, i understood it but i don't know how to fix it this error occurs when i try to use the variables of the profilpicker class.
flutter crash when i push Button upload image
I create the upload page after i finnish the code that follow youtube i try to upload image in my app but when i pushed my button the app goes
Ad
Flutter - The argument type 'Null' can't be assigned to the parameter type 'Function'
I was trying to connect my existing screens with the image picker plugin. but for some reason, i am getting the error showing "the argument
A value of type 'XFIle' can't be assigned to a variable of type 'File' error
I am using image_picker: ^0.8.4+4 where i am getting this error. what i can do to make this code right? late file selectedimage;
Difference between image and video in XFile
This is my method for taking a picture: handletakephoto() async { navigator.pop(context); xfile? file = await imagepicker()
Cannot copy file to local storage android flutter
I am trying to pick image from gallery or camera by image_picker, and save image at specific location. my code work perfectly when i pick image
How to create Hive adapter for XFile class
I'm trying to store custom object that has variable storing list of xfile's; cross platform image representation from package called
how to add geo tag location image camera
How to add the location when the photo was taken, for example when the smartphone wants to take a picture and the camera is open then the location
Flutter with Getx ImagePicker does not work properly
Why does the image update only when i save file? image_picker version image_picker: ^0.8.4+3
Flutter throws dependency error not flutter 2
I have a flutter project that uses imagepicker as a pub package, when i run the project i get the following error, this happened to me after i
Get selected image path through Asset in flutter?
I used multi_image_picker: to select
Firebase _upload writes random downloadURL
Below is a simple firebase image uploader. the problem is that it sometimes uses another image's downloadurl as the value when it writes to
Flutter image_picker provider error when trying to open camera
I added image_picker to my flutter app, it works when picking from gallery but when i try to get image from camera it gives following error ( i am
Ad
Flutter - picking an image from gallery/camera doesn't update the container that holds the picked image preview
I am working on a screen that allows a user to write a post (similar to facebook's add a post) where the user can pick an image from gallery and
flutter - Image picker - need to convert 'List<XFile>' to 'List<File>?'
I'm using image_picker package to get images and show them in a carousel. postnotifier(true).selectedpostimages != null
Flutter - ImagePicker does not display the image selected
I am trying to use imagepicker. when an image is selected, it is not displayed on the screen. value seems to be null. below, you will find the
type 'Future<PickedFile?>' is not a subtype of type 'Future<File>' , 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
Dont understand why I am getting this error in flutter using image_picker
The only error i get here is for the code file selectedimage; and the error states "non-nullable instance field 'selectedimage'
Could not resolve image_picker package import | Flutter
Here is my pubspec.yaml dependencies: flutter: sdk: flutter firebase_auth: ^1.0.1 settings_ui: ^0.6.0 custom_switch:
Black Screen after taking photo in image_picker plugin
I am using latest version of image_pickerplugin, including flutter 2.0.3 version and also this is failing on a real device(xiaomi
Change the language of camera buttons on iOS?
Is it possible to change the language of camera buttons by using image_picker package? when i open the camera i want to show "cancel"
How to use "Image_picker" and "shared_preferences" together in the same project
The application works fine when i remove the "image_picker" dependency.when i add back "shared_preferences" gives an
Flutter - Image Picker not Working After Installing in Real Device
My image picker working fine in emulator 7 in debug mode in my real device but not working after exporting app in my real device.. i am
Flutter imagepicker with getX
This is yet another my adventure learning getx dealing with image. i've taken this code from another source but it didn't solve my problem. i
Ad
PickedFile' can't be assigned to the parameter type 'File' error
Im trying to make an app that will open the camera and take a photo and load it using flutter. first i used pickimage but i got this message
image_picker crash in android app - Flutter App
First of all, i tried this answer but the issue still going, and i tried it on the new
Flutter : delete pick file image after picked it
I want to delete image after i picked it but this error is show after doing it and the container of images return error screen
How to save the Image to Firebase storage and save the URL to firebase firestore?
Hi i am trying to save an image which is picked from gallery or camera. future<void> getimage({imagesource source}) async {
Flutter change locale for image_picker
I am using the package image_picker. all works fine except that the locale can not be changed. it is only english. is it a way to translate
Getting error in Image picking in flutter application for iOS
I have two image buttons in flutter application to pick images from the gallery, when i press anyone imagebutton and try to select the image it
upload images with ImagePicker
Im working on a flutter project, and i tried to follow some tutorials with image picker, but it does not work. i dont know why. my image picker
Flutter: Can't get File from ChangeNotifier
I am trying to learn provider in flutter. but i am facing a problem. i want to get file _image from changenotifier
Flutter Resize ImagePicker Image before uploading to firebase
I am building a demo wallpaper app using flutter where users can upload images to firebase. when loading those images i first want to load a small
Flutter imagepicker.pickvideo return jpg
I'm using this to return the video file but i got .jpg future<file> getvideo() async { var video = await
flutter image picker maxDuration issue
I'm using image picker plugin from flutter.dev official. and now i'm facing weird issue with setting the maxduration of choosing video. following
Ad
Flutter/Dart - How to update Image after Image Picker on other Screens
I'm using flutter's image picker plugin in order to allow the user to change their avatar. when they go to their account page they
Working with Imager Picker Dependency in Flutter
I have a function in my application that helps the user pick image from gallery or take a photo with camera.
Flutter & Navigator & ImagePicker : Why can I proceed to the next page? Looking up a deactivated widget's ancestor is unsafe
This is my getimage function. after i take a picture, i will crop it. then i go to the next page. it was working just fine. but today, i got an
Flutter : PlatformException(no_available_camera, No cameras available for taking pictures., null, null)
Guys! i am facing this camera version. it happened after i merged my projects. it says there is no camera available but back then it was running
Save Image from Image picker to firebase Storage in flutter
I am trying to upload image in firebase storage getting the image from image picker plugin by accessing camera. image is not uploading. i also add
I got exception caught by widget library error when creating record in firestore
I am working on online notice board project, i used following the code to upload notices uploading is workinging but it gives the following
How to display picked image in a circle avatar in Flutter?
I have the following code which launches the image picker to select image from gallery. file _image; final picker =
How can i specify the quality of the photo in Flutter MultiImagePicker?
I need to upload an amount of photos and send these photos to the database. due to the high quality of the photo, it takes a fair amount of time
How to remove picked image in flutter?
I am using below code to pick the image in flutter application, which is successfully working. if in case i don't want to upload the image and
How to update total count after loading the image?
I am using below code to pick the image from the gallery in flutter application. upon picking the application i want to update the int
Image not be picked in iOS simulator
I am using the below code to get pick image in flutter application, when the code is run on android it works fine, but when the same code is run
Ad
HOW to convert List<File> into List<Asset> in flutter
I am using multiple image picker to get mutliple images from gallery and it return a list of asset, and i have successfully converted that image
First Flutter Application and i got stuck with an error
I was trying to pickup image from gallery and update it to ui. but on performing this it shows an error in profile.dart file at line 56.
Flutter: Picking images as jpg/png instead of heic on iOS
How can i pick images directly as jpg or png on ios? if this feature isn't available: how can i convert it very fast and don't have to wait a long
Does Flutter app need camera permissions before submitting for store?
Does google play requires camera permission in a app..i've used camera with image picker but it asks access permissions for storage only.but
UIImagePicker not functioning properly
I am trying to allow users to change their profile picture and save it into firebase. i built the code and my app runs. however, i am not seeing
In Flutter How to get image path after selecting images using Multi Image Picker?
I want to get an image path from selected multiple images, i'm using this
Best way for Flutter Photo Management
I am creating an app where the user will select some photos for the avatars used in the app. once selected, on the next launch i want to populate
Rename a file/Image in flutter
I am picking a image from gallery/taking a photo using image_picker: ^0.6.2+3 package. file picture =
Bug with image picker with flutter on ImageSource.Gallery
Info: package: image_picker plugin for flutter, version 0.6.3+1 android build only, no ios problem:
Incorrect navigation bar colour in limited library picker on iOS 15
I am trying to set the colour of the navigation bar in the limited library picker. to do this i have the following lines in
Flutter image picker not working in ios 14 with Mac M1 chip simulator
Image picker appears with list of images , but cannot pick an image from list. i have already added camera permission to plist file. it working in
Ad
How to use UIImagePickerController with delegate?
I added uiview (a class) as a xib instance to viewcontroller. i want to get image from uiimagepickercontroller of viewcontroller class by
Event called when selecting a video with UIImagePickerController
When selecting a video with uiimagepickercontroller, it directly goes to a page showing the video and allowing me to play it. what event is called
How can I check if there is enough memory to process a picture captured by UIImagePickerController when taking multiple pics with the camera?
I am writing an application that uses uiimagepickercontroller to take multiple pictures with the camera as fast as ios allows. my application has
Flutter Show thumbnail of recorded video on next page?
I want to pick video from my gallery and then after it i want to go next page and save thumbnail in container. i've searched a lot but couldn't
UIImagePickerController not asking for permission
I have implemented the following code in an app to allow the user to add an image to the app. however the user is never asked for permission to
Calling UIImagePickerController provides black screen
I'm trying to get photo from gallery for sending it to api. when i call attachnewfileclick(), black screen appears.
Swift Circle Image using image picker controller
I'm making an app that needs to access users image gallery and when he chooses an image for his profile image should become rounded. here is the
Set amount of pictures with UIImagePickerController
I have a uiimagepickercontroller, and i need to be able to upload multiple pictures, and set the max amount of pictures my user will be able to
iPhone: my Video Recorder API code doesn't work
I am trying to implement video recording functionality for my iphone 3.0 and iphone 3.1.2 device as well. i created a sample app for that and kept
iOS SDK - How to get the status bar back when using UIImagePickerController?
As soon as i add a uiimagepickercontroller sub view to my view the status bar disappears and i can't get it back. is there any way to keep the
Image size taken from Flutter Image_Picker plugin is way too big
I want to use auto-focus on the camera, which is available on the image_picker plugin. however, when i call: var bytes = new
Ad
How to pass selected image from UIImagePicker to the UIViewController
I've implemented a uiimagepicker into my app, but i'm struggling to pass the uiimage to the
SendBird - iOS: Cannot receive camera photo, but can receive stored image
I'm adding a send picture feature to my app using sendbird. on - (void)imagepickercontroller:(uiimagepickercontroller *)picker
"The file “IMG_xxxx.JPG” couldn’t be opened because there is no such file."
I'm trying to pass an image selected in an image picker to an api. to do so, i have to pass the full path of the image. what i'm currently doing
How to upload image or file through multipart form data with multi parameters in Swift4
I have a problem uploading a picture or file through image picker controller. i have selected image through image picker then pass the parameters
Image not displaying using shopify image_picker in custom section
I have created a custom section in a shopify theme. within the {%schema%} tags, this is my code: {% schema %} {
Ad
Blog Categories
Ad