Flutter Tutorial - Image Picker From Camera & Gallery | The Right Way | Pick Images & Videos

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 197

  • @HeyFlutter
    @HeyFlutter  2 ปีที่แล้ว +2

    👉Join 12 Week Flutter Training: heyflutter.com
    👉Join the WhatsApp Channel to get the latest news about Flutter & HeyFlutter: whatsapp.com/channel/0029VaDNCZtC1Fu8nL2vmw3f
    Source Code: github.com/JohannesMilke/image_picker_example
    User Profile Page Tutorial: (Image Widget) th-cam.com/video/gSl-MoykYYk/w-d-xo.html
    Crop & Save Image Tutorial: th-cam.com/video/pXbBTJt7frM/w-d-xo.html
    Upload File To Firebase Storage Tutorial: th-cam.com/video/dmZ9Tg9k13U/w-d-xo.html
    Share Texts, Images, Files Tutorial: th-cam.com/video/-PmUFbbA-Fs/w-d-xo.html
    Image Slider Tutorial: th-cam.com/video/JEMx2ax0734/w-d-xo.html
    Take Screenshots Of Screen Tutorial: th-cam.com/video/rABnaF-Xk3E/w-d-xo.html
    Download File From Firebase Storage Tutorial: th-cam.com/video/YA_fHCF_EYc/w-d-xo.html
    Settings Page UI Tutorial: th-cam.com/video/pYQAhrY_SQA/w-d-xo.html
    SVG Images Tutorial: th-cam.com/video/E3xVcQ0TAHg/w-d-xo.html
    Set Screen Background Image Tutorial: th-cam.com/video/sDS4c1C-Fdg/w-d-xo.html
    Cached Network Image Tutorial: th-cam.com/video/6wvD-Z-9ZRM/w-d-xo.html
    Compress Video Tutorial: th-cam.com/video/JUeWeZXn71M/w-d-xo.html
    Video Player Tutorial: th-cam.com/video/uz4xRnE-UIw/w-d-xo.html
    Drop Files Into Dropzone Tutorial: th-cam.com/video/pZdJX3PAydQ/w-d-xo.html

  • @adityamagar7572
    @adityamagar7572 17 วันที่ผ่านมา

    short, clear and straight to the point 👏

  • @hasipattopl7409
    @hasipattopl7409 2 ปีที่แล้ว

    Please don't stop making videos in flutter, u are really the best. Thanks alot

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว +4

      Thanks, for your support, حاسبات توب! 🙂

  • @dearvivekkumar
    @dearvivekkumar 3 ปีที่แล้ว +5

    Thanks for creating all these awesome flutter tutorials.
    Any plan for extending this tutorial for adding edit features (crop, rotate etc) after selecting the image?

  • @michaelkarp240
    @michaelkarp240 3 ปีที่แล้ว +2

    usually before watching your videos, i like them, because i know they help me to understand the topic:) Thank you!

  • @oz1213-u4x
    @oz1213-u4x 3 ปีที่แล้ว

    Hi, im having the The getter 'path' isn't defined for the type 'Future'.
    Try importing the library that defines 'path', correcting the name to the name of an existing getter, or defining a getter or field named 'path'. error in 2:08. Here is my whole function can you help please:?
    File? image;
    Future pickImage() async {
    var image = ImagePicker().pickImage(source: ImageSource.gallery);
    if (image == null) return;
    final imageTemporary = File(image.path);
    this.image = imageTemporary;
    }

  • @jamiejackson5360
    @jamiejackson5360 2 ปีที่แล้ว +1

    Would be great if you can make a video on how to get this working on flutter web using the image_picker_for_web as the docs are unclear. Many thanks for your videos they have been so usful.

  • @gopinathp4953
    @gopinathp4953 2 ปีที่แล้ว +1

    Question : If we delete the file from gallery, the file stored in local will available to fetch and show in application?
    (Is that storing entire image or only a path to image?)

    • @gopinathp4953
      @gopinathp4953 2 ปีที่แล้ว

      @@HeyFlutter Thanks a lot for the answer.

    • @adityadwivedi8798
      @adityadwivedi8798 2 ปีที่แล้ว

      @@gopinathp4953 what was his answer? He deleted it

    • @gopinathp4953
      @gopinathp4953 2 ปีที่แล้ว

      @@adityadwivedi8798 He told it wont't available, If you delete the img from gallery.

  • @abc867
    @abc867 3 ปีที่แล้ว +1

    Can you make a video on how to develop a Flutter document scanner using opencv

  • @kamalCode
    @kamalCode 3 ปีที่แล้ว +1

    Sir, please native android Development vs flutter. For Large scale android Ecommerce app. What and when choose and why plz explain in detail

  • @lollingx1
    @lollingx1 2 ปีที่แล้ว

    To get the code I have to subscribe to your newsletter and after that you ask 14$ per month?

  • @pranavvariar2751
    @pranavvariar2751 2 ปีที่แล้ว

    Does this package have a function of restricting multiple image picking to a certain number(eg: I want the user to be able only to select upto 5 images and anymore than that a toast message appears saying maximum 5 images allowed)

  • @prabinlamsal5125
    @prabinlamsal5125 3 ปีที่แล้ว +3

    Thanks a lot for the video but I have a problem.
    The image loads perfectly when saving the image temporarily.
    But when I try to save the image permanently, the code runs fine but no image is loaded on the screen.

    • @MaoRecords
      @MaoRecords 2 ปีที่แล้ว

      Restart your app. It should work.

  • @akhanremtulla2493
    @akhanremtulla2493 2 ปีที่แล้ว

    Great (y) btw how to capture image by not opening the whole screen instead some part of container with same yellow background...?

  • @manojs277
    @manojs277 3 ปีที่แล้ว +8

    You always have great content! Very precise, understandable and practical. Thank you for your contribution to the community!

  •  3 ปีที่แล้ว +2

    Awesome video as always. Now I can update to the last version of image_picker, I was having problems since I needed to keep the image on disk and save the path on Database.

  • @irman3716
    @irman3716 3 ปีที่แล้ว +1

    i get this issue on my m1 ios emulator
    flutter: Failed to get image: PlatformException(multiple_request, Cancelled by a second request, null, null)
    is this a known issue?

  • @percynguni8254
    @percynguni8254 ปีที่แล้ว

    Hi Johhanes, love your videos. Can you please make a video on how you can get all files from phone storage with specific extension example '.pdf'. and persist and displaythem in a listview. Am building such an app but i have searched tutorials and nothing i can find. Please help

    • @HeyFlutter
      @HeyFlutter  ปีที่แล้ว +2

      Thanks for the idea Percy Ng'uni 😀, i have added it in my list of future videos

    • @percynguni8254
      @percynguni8254 ปีที่แล้ว

      @@HeyFlutter Thanks, looking forward to it

  • @roberttsvetanov5878
    @roberttsvetanov5878 3 ปีที่แล้ว

    On 3:02 of the video im stuck on this error: The argument type 'Image' can't be assigned to the parameter type 'ImageProvider?'. It's caused by Image.file(image!) - any solutions?

    • @leonardudum1418
      @leonardudum1418 2 ปีที่แล้ว

      @@HeyFlutter i have the same issue already tried to put "as Image provider" it still doesn't work

  • @srunrathaes128
    @srunrathaes128 ปีที่แล้ว

    thanks guy for your toturial.

    • @HeyFlutter
      @HeyFlutter  ปีที่แล้ว

      You are welcome, @srunrathaes128!

  • @shoyusufsiddiqov3329
    @shoyusufsiddiqov3329 3 ปีที่แล้ว +1

    Raxmat ! Thanks you so much! your tutorial videos make my day

  • @safionweb
    @safionweb 5 หลายเดือนก่อน

    Great work.

    • @HeyFlutter
      @HeyFlutter  5 หลายเดือนก่อน

      Thank you, @safionweb! 🙂

  • @adityadwivedi8798
    @adityadwivedi8798 2 ปีที่แล้ว

    The fact that he used female models, also even in camera. Shows the level of professionalism

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thanks for your feedback, Aditya Dwivedi! 🙂

  • @israfilcc
    @israfilcc 2 ปีที่แล้ว

    Thank you Johannes

  • @parungopal5151
    @parungopal5151 2 ปีที่แล้ว

    hi johannes is it possible to get the image from windows domain network share???

  • @allenrichardyeager8449
    @allenrichardyeager8449 2 ปีที่แล้ว +1

    Frist of all thank you for your good tutorial.
    I was wondering how to auto load first image from gallery for preview

  • @goldenlife6166
    @goldenlife6166 3 ปีที่แล้ว

    Great work johannes

  • @epul2299
    @epul2299 2 ปีที่แล้ว

    bro thanks a LOT i read the documentation so many time n still dont get it but damn u sure make it so ez to do.THANKS BRO

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว +1

      You’re most welcome, Epul! 🙂

  • @satyam3762
    @satyam3762 3 ปีที่แล้ว

    I can't find the video which you discussed on 5:40, please help

    • @satyam3762
      @satyam3762 3 ปีที่แล้ว

      @@HeyFlutter Thanks a lot, I've an issue, those images are not being saved permanently. Can you help me out?

  • @CHOTADONTHEGAMER
    @CHOTADONTHEGAMER 3 ปีที่แล้ว

    Well on invoking this.image in setState it shows the error : "the setter image isn't defined for MainPageState, any solutions?

  • @programmerg5270
    @programmerg5270 2 ปีที่แล้ว +1

    I ALREADY SUBSCRIBED BUT STILL CANT ACCESS GITHUB I ALREADY EMAILED YOU PLEASE REPLY

  • @FujiwaraKengo
    @FujiwaraKengo ปีที่แล้ว

    Does the Image Picker package already have a permission for android? or I still need to upload a package for it?

    • @HeyFlutter
      @HeyFlutter  ปีที่แล้ว

      Thank You Mabanta Francis Kenneth! Follow this link: pub.dev/packages/image_picker
      I hope you will get your answer 🙂

  • @harry_69
    @harry_69 3 ปีที่แล้ว +1

    Hello sir
    I am using image_picker ^0.8.3+3
    and i want to use pick an image to upload file to Firebasestorage but in the (UploadTask) i get error with XFile(The argument type 'XFile?' can't be assigned to the parameter type 'File') and i don't know how to solve it.
    Please help!

    • @ankitparmar547
      @ankitparmar547 3 ปีที่แล้ว

      Bro maybe you forget to use this line -> Image.file(File(pickedImage!.path))

    • @harry_69
      @harry_69 3 ปีที่แล้ว

      @@HeyFlutter Thank you so much sir!

    • @harry_69
      @harry_69 3 ปีที่แล้ว

      @@ankitparmar547 Yes bro! now I got it. Thank you!

    • @ankitparmar547
      @ankitparmar547 3 ปีที่แล้ว

      @@harry_69 let connect on LinkedIn ?

  • @nikhilkukreja8498
    @nikhilkukreja8498 3 ปีที่แล้ว +1

    Brilliant Johannes :)

  • @1BIGTeamTV
    @1BIGTeamTV 3 ปีที่แล้ว +1

    Thank you for doing it!

  • @ilyasarafathkk9692
    @ilyasarafathkk9692 2 ปีที่แล้ว +1

    This package is not supporting pick image from Gallery app or Google photos, is there any solution ?

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank You Ilyas Arafath K K! Follow this link: medium.com/unitechie/flutter-tutorial-image-picker-from-camera-gallery-c27af5490b74
      I hope you will get your answer 🙂

    • @ilyasarafathkk9692
      @ilyasarafathkk9692 2 ปีที่แล้ว

      @@HeyFlutter
      I got solution, this was the root cause :- android:launchMode="singleTop" instead of this one I put this android:launchMode="singleInstance" in manifest file .

  • @vinothkumar9579
    @vinothkumar9579 2 ปีที่แล้ว

    hi johannes mike i follow u are instrucetion i get zip file inside three file is there but no code here

  • @MdSiam-kw5ox
    @MdSiam-kw5ox 2 ปีที่แล้ว

    Thanks for the video.

    • @MdSiam-kw5ox
      @MdSiam-kw5ox 2 ปีที่แล้ว

      @@HeyFlutter Please make a tutorial video on parallax effects in flutter..

  • @eboatwright_
    @eboatwright_ 2 ปีที่แล้ว

    Thank you! This helped alot

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      You are welcome, eboatwright! 🙂

  • @resha4653
    @resha4653 2 ปีที่แล้ว

    Thank u , thank u , thank u for this video. Can you please tell me how to select multiple images from gallery at a time .

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thanks, Re Shah! 🙂 you just need pass true to multiselect property in picker

    • @resha4653
      @resha4653 2 ปีที่แล้ว

      @@HeyFlutter thank u

  • @modernitss
    @modernitss ปีที่แล้ว

    Please help, I have added few more TextField Widget below the image Like Name, Address, Contact info. It gets hidden behnd the keyboard unable to scroll the fields up - tried many options and request your expert advise and support to resolve. Thanks

    • @priyanshudutta9463
      @priyanshudutta9463 ปีที่แล้ว

      You can try to wrap the text fields with SingleChildScrollView widget

  • @tyazgagaman671
    @tyazgagaman671 3 ปีที่แล้ว +1

    You're really are a life saver. Very short but very easy to understand.
    Danke schön 🙏

  • @gauravmasand
    @gauravmasand 2 ปีที่แล้ว

    awessom such a good teacher

  • @MikeJones3
    @MikeJones3 ปีที่แล้ว

    Do you have another video that shows all this but with upload and download to firebase?

    • @HeyFlutter
      @HeyFlutter  ปีที่แล้ว

      Hey 😊, @MikeJones3! Check out this video: studio.th-cam.com/users/videoJt3OSCe7eOw/edit?c=UC0FD2apauvegCcsvqIBceLA

  • @ephraimalhamdu
    @ephraimalhamdu 3 ปีที่แล้ว

    Thank you so much this help me so well in my flutter project

  • @michaelkarp3558
    @michaelkarp3558 3 ปีที่แล้ว

    Could you please explain how to use dio package to manage accessToken and refreshToken?

  • @sarojkumarsingh2836
    @sarojkumarsingh2836 3 ปีที่แล้ว

    I am getting an error The argument type 'Image' can't be assigned to the parameter type 'ImageProvider'. can you help me please

  • @althafaralijaffarali1803
    @althafaralijaffarali1803 3 ปีที่แล้ว

    Bro please make a video on path provider, permission handler with null safety. I'm getting few errors with the plugins.

  • @khaledanter1794
    @khaledanter1794 3 ปีที่แล้ว

    you are great, continue 👍👍

  • @cssastry3809
    @cssastry3809 2 ปีที่แล้ว

    to save the image file permenantly the following line causes platform exceptions on IOS
    final dir= await getApplicationDocumentsDirectory();
    changing it to
    final Directory dir= await getApplicationDocuments Directory();
    it helped me on latest ios....hope this helps

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank you, C S sastry! 🙂

  • @rashidkhan1845
    @rashidkhan1845 3 ปีที่แล้ว

    the file which u made name image_widget.dart in that there is a showImagesource the error im getting is showImagesource is not defined how to define it???????????

  • @muhammedkacmaz3978
    @muhammedkacmaz3978 2 ปีที่แล้ว

    hello teacher how can i save the photo i took from camera in "asset/image/" directory

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank You Muhammed KAÇMAZ! Follow this link: stackoverflow.com/questions/63276133/how-to-save-images-from-assets-to-the-internal-storage-in-flutter
      I hope you will get your answer 🙂

  • @jovanemullings
    @jovanemullings 3 ปีที่แล้ว

    hey, can you please make a video on how to use the official camera package with video

  • @dantaswilliam
    @dantaswilliam 2 ปีที่แล้ว

    I tried to download the source code, but I couldn't. I filled out the form and did not receive the confirmation email.

  • @АлександрИванов-ю8с8г
    @АлександрИванов-ю8с8г 3 ปีที่แล้ว

    Hi Sir. This Image picker is not working on many android devices. You can see issue on github repo. Do you know some 100% working method pick images?

  • @hansiwijesundara1043
    @hansiwijesundara1043 2 ปีที่แล้ว

    Hi really love your content... can we see a tutorial of uploading multiple images and in the grid view if we want to remove any added images ?

  • @muazzemkhan2975
    @muazzemkhan2975 2 ปีที่แล้ว

    sir! I have imported dart:io but I am getting erro on File(image.path)..here path is not recognizable... could you please help me out??

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank you, Muazzem Khan! 🙂. Kindly share the error message here.

  • @ufstut
    @ufstut 2 ปีที่แล้ว

    Hi i am getting pod install error . How can I solve this issues

  • @PsychoDude
    @PsychoDude ปีที่แล้ว

    Hello. Can you help me?
    The image isnt storing after I added to cache. On the package added it appear in waves amd blue saying.
    package:path/path.dart
    A comprehensive, cross-platform path manipulation library.
    The path library was designed to be imported with a prefix, though you don't have to if you don't want to:
    import 'package:path/path.dart' as p;
    The most common way to use the library is through the top-level functions. These manipulate path strings based on your current working directory and the path style (POSIX, Windows, or URLs) of the host platform. For example:
    p.join('directory', 'file.txt');
    This calls the top-level [join] function to join "directory" and "file.txt" using the
    I have no error in the code it still doesnt work

    • @HeyFlutter
      @HeyFlutter  ปีที่แล้ว

      Thank You Psycho! Follow this link: pub.dev/packages/path
      I hope you will get your answer 🙂

  • @celestebarreto9014
    @celestebarreto9014 2 ปีที่แล้ว

    Thank you for the video! First explanation that really solve my doubts, thank yout!

  • @cleanbold4967
    @cleanbold4967 2 ปีที่แล้ว

    Very nice tutorial 👍

  • @앵앵-v1k
    @앵앵-v1k 2 ปีที่แล้ว

    Thank you sooooooooo much

  • @areebafarooq2694
    @areebafarooq2694 2 ปีที่แล้ว +1

    is this emulator or you are using the real device ?

  • @24Doggi
    @24Doggi 2 ปีที่แล้ว

    Thank you so much

  • @luchitv01
    @luchitv01 3 ปีที่แล้ว

    Excellent video..
    Please try making a video on how to use photo_manager package to build a custom image picker. Like other apps where you can find different types of gallery folders to select images from.. please

  • @fenerbahceliyk
    @fenerbahceliyk 3 ปีที่แล้ว

    Bro pickimage isnt working for me do you have any ideA why it wouldnt work everything else works fine

  • @gandharvathite6181
    @gandharvathite6181 3 ปีที่แล้ว

    Please help me out SIr, it displays an error that is:- "Unable to load asset"

  • @ashishgautam373
    @ashishgautam373 3 ปีที่แล้ว

    Awesome video. Love it . please make a project video on flutter online chat app with firebase in new version of flutter.

  • @nuriddintashpulatov4233
    @nuriddintashpulatov4233 2 ปีที่แล้ว

    Thanks a lot Johannes, your video helped me a lot! You really saved me haha, great content!

  • @eenriya
    @eenriya 10 หลายเดือนก่อน

    I don't know why i can't run my app with image_picker package. When i remove it, my app run, then when I place it back it shows me compile error.

    • @HeyFlutter
      @HeyFlutter  9 หลายเดือนก่อน

      Hey @eenriya 😀 can you share more? What error you are exactly facing?

  • @ovillainessamv9806
    @ovillainessamv9806 3 ปีที่แล้ว

    Well it's been 4days already i'm trying to say i can't access your code because i got no link on your button to confirm the email T^T

  • @EveryThings-os2of
    @EveryThings-os2of 2 ปีที่แล้ว

    awesome videos

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Glad you liked it, @user-wq6dm1cx5r 😀

  • @pragnabhatt9531
    @pragnabhatt9531 2 ปีที่แล้ว

    Thanks a lot!!

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      You’re most welcome, Pragna Bhatt! 🙂

  • @vikashansdak1910
    @vikashansdak1910 2 ปีที่แล้ว

    What to do if I want to open the image in another page after clicking the button in the same page

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank You Vikas Hansdak! Follow this link: stackoverflow.com/questions/70909177/how-to-navigate-to-new-page-when-click-on-the-image-flutter
      I hope you will get your answer 🙂

  • @hedon885
    @hedon885 3 ปีที่แล้ว

    im thinking how to implement this with firebase, hope i can do that

  • @ZarakTekken8
    @ZarakTekken8 3 ปีที่แล้ว

    Hi, can you please tell me how to import the file? as io?

  • @favastk7714
    @favastk7714 2 ปีที่แล้ว

    Nice video

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank you, Favas T K! 🙂

  • @mr.biibek
    @mr.biibek 2 ปีที่แล้ว

    Hey bro how to add gallery option within camera preview?

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank You Devils Eye! Follow this link: pub.dev/packages/camera
      I hope you will get your answer 🙂

    • @mr.biibek
      @mr.biibek 2 ปีที่แล้ว

      @@HeyFlutter I am confused would you mind sharing the code example? It would be very helpful.
      Thank you

  • @vuquangngoc
    @vuquangngoc 2 ปีที่แล้ว

    how to use this Image Picker up image to api back end

  • @chandratirtayansyah
    @chandratirtayansyah 2 ปีที่แล้ว

    How can I get the source code? I can' get source code

  • @athulkrishnadiyil1735
    @athulkrishnadiyil1735 3 ปีที่แล้ว

    how to convert the picked image to base 64 string ?

  • @55ramya55
    @55ramya55 2 ปีที่แล้ว

    Hello.. @Johannes Milke Loved your tutorials on flutter...you are just brilliant.. could you please share the source code??... Pleaseeee... Thank you in advance 😃😃
    Johannes Milke

  • @mohamedyashik1049
    @mohamedyashik1049 3 ปีที่แล้ว

    How to use image picker in Android studio in flutter?

  • @aissoumonder3518
    @aissoumonder3518 3 ปีที่แล้ว

    Actually I like your videos and I have a problem with the dropdown button, I created 2 dropdowns buttons i want to make the items of the second dropdown button dynamic which change however according to the value of the first dropdown button
    To understand me you can see how to scout in the game onlinesoccermanager

    • @aissoumonder3518
      @aissoumonder3518 3 ปีที่แล้ว

      @@HeyFlutter Thanks, but I read the document and I did not understand please post a video about this

  • @michaelkarp3558
    @michaelkarp3558 3 ปีที่แล้ว

    The best!!! thank you

  • @hamzajawad3461
    @hamzajawad3461 2 ปีที่แล้ว +1

    Source code plzz

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank You Hamza Jawad!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware

  • @reemaahuja8397
    @reemaahuja8397 2 ปีที่แล้ว

    This code works fine for android but in IOS this returns PlatformException(multiple_request,cancelled by a second request,null,null)
    Although I have added config lines in info.plist as per official documentation.

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว +1

      Thank You Reema Ahuja! Follow this link: stackoverflow.com/questions/71199859/platformexceptionmultiple-request-cancelled-by-a-second-request-null-null-i
      I hope you will get your answer 🙂

  • @tusharmishra6702
    @tusharmishra6702 2 ปีที่แล้ว

    Why is the preferredCameraDevice property not working in android?

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank You Tushar Mishra! Follow this link: github.com/flutter/flutter/issues/55644
      I hope you will get your answer 🙂

  • @rafif9327
    @rafif9327 2 ปีที่แล้ว

    when Iam restarting the app the default photo is back instead of the image that I've picked?!!

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว +1

      Hey Rafif! 🙂 make sure you are storing to picked image path in some database or shared preferences

  • @sharanraj4603
    @sharanraj4603 3 ปีที่แล้ว

    Im getting error while displaying stating Unsupported operation: _Namespace

  • @md.ruhulamin7963
    @md.ruhulamin7963 3 ปีที่แล้ว

    Sir, please create a reusable image picker for enter application.

  • @yahiaazil9980
    @yahiaazil9980 10 หลายเดือนก่อน

    bro you always been a hero,
    but whats wrong with your github bro? we cant even download the source code?
    at least inform that before, not after collecting my email and at the end you ask for 9$, say it at the beginning that this code is 9$ if you are interested follow the steps else its not free.

  • @fimaljo7890
    @fimaljo7890 2 ปีที่แล้ว

    images not saving permanently any other way to save multiple images?

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank you 😊, fimaljo! Check out this video : th-cam.com/video/6tfBflFUO7s/w-d-xo.html

    • @fimaljo7890
      @fimaljo7890 2 ปีที่แล้ว

      @@HeyFlutter I don't wante to download images. I want to upload images to local storage .and i want to see the images in my app

  • @defensivepower7988
    @defensivepower7988 2 ปีที่แล้ว

    Bro how to upload a picture by cropping an image?

  • @randynguyen1909
    @randynguyen1909 3 ปีที่แล้ว

    awesome package ❤️

  • @eNONO-ot4zh
    @eNONO-ot4zh 3 ปีที่แล้ว

    thank u again

  • @LeowulfChess
    @LeowulfChess 2 ปีที่แล้ว

    can u put a frame inside the camera ?

    • @HeyFlutter
      @HeyFlutter  2 ปีที่แล้ว

      Thank You Rizky Pebrian! Follow this link: pub.dev/packages/camerax
      I hope you will get your answer 🙂

  • @faizulla5838
    @faizulla5838 2 ปีที่แล้ว

    Nice!!!

    • @faizulla5838
      @faizulla5838 2 ปีที่แล้ว

      @@HeyFlutterif + git code... will be wuindeful

  • @maxtay9948
    @maxtay9948 3 ปีที่แล้ว

    I am having issues with the imagepicker and textfield. Keyboard won’t show up even I tap on the textfield after loading up an image. Anyone face the same issue

    • @michaelhodge2314
      @michaelhodge2314 3 ปีที่แล้ว

      I think I'm having a similar issue here. Every time I select an image, I'm unable to focus on or type in any text fields on the same page

    • @maxtay9948
      @maxtay9948 3 ปีที่แล้ว +1

      @@michaelhodge2314 maybe we should do an issue on image picker github

    • @maxtay9948
      @maxtay9948 3 ปีที่แล้ว

      @@HeyFlutter I solve the bug with 2 lines of code:
      controllerW.textFieldFocusNode.unfocus(); // unfocus the textfield
      controllerR.pickMedia(type: PostType.Image); // this is the pickImage function
      SystemChannels.textInput.invokeMethod('TextInput.show');

  • @athulpp5563
    @athulpp5563 2 ปีที่แล้ว

    What is basename????
    Final name= baseband(image path)

    • @athulpp5563
      @athulpp5563 2 ปีที่แล้ว

      @@HeyFlutter thanks for your reply
      Have a nice day 🙂