Flutter Upload Images To Firebase Storage | Display Images From Storage

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 57

  • @Unknownue8686
    @Unknownue8686 8 місяців тому +4

    guys for iOS gallery permission follow the bellow steps:
    step 1 :-
    [Flutter Project Folder]/ios/Runner/Info.plist
    step 2 :- add the given in " info.plist "
    NSPhotoLibraryUsageDescription
    This app requires access to the photo library.
    NSMicrophoneUsageDescription
    This app does not require access to the microphone.
    NSCameraUsageDescription
    This app requires access to the camera.

    • @CodingwithT
      @CodingwithT  8 місяців тому +2

      Thank you buddy.
      I forgot about these permissions. 🎉🤠

    • @ruuching2222
      @ruuching2222 3 місяці тому

      Thanks bro!

  • @aswinsubhash7581
    @aswinsubhash7581 8 місяців тому +2

    Your videos giving me much confidence in getx+flutter

  • @RehmanJutt-zo4eg
    @RehmanJutt-zo4eg 2 місяці тому +2

    Sir i have a Issue when i change profile picture to gallery error popup something want to wrong pls try again.

    • @davidmelgar3401
      @davidmelgar3401 Місяць тому +1

      I have the same problem

    • @CodingwithT
      @CodingwithT  Місяць тому +1

      I’m sorry you’re encountering that issue. I think the issue might be because Firebase Storage is not properly configured or opened. Please make sure your Firebase Storage settings are correctly set up and accessible.

  • @PutTrader-ol2se
    @PutTrader-ol2se 7 місяців тому

    your explained it in great way , but please also explain the changes you do offline as well such as Cached Network Images ?

    • @CodingwithT
      @CodingwithT  7 місяців тому

      I will try my best to explain more and easy understandable.

  • @neglasuleiman2355
    @neglasuleiman2355 8 місяців тому

    The best flutter tutorial so far

  • @djamamockejoel159
    @djamamockejoel159 2 місяці тому

    When I choose dummy picture like yours it fits but any picture of mine won't... The picture fits in middle as a whole , left and right side remains background colour as selected... PLease help fix this iussue
    NB: ClipRRect has been applied.

  • @rajvi5573
    @rajvi5573 8 місяців тому

    How can we store the image locally? If I logout and log back in, my image is going back to default

    • @CodingwithT
      @CodingwithT  8 місяців тому +1

      Use the Cached Image to store online image copy

  • @RehmanJutt-zo4eg
    @RehmanJutt-zo4eg 2 місяці тому +1

    Sir, I have tried to contact you on WhatsApp and have also tried to contact your team regarding the error but I am not getting any reply please reply me

    • @CodingwithT
      @CodingwithT  Місяць тому +1

      Please check firebase storage is setup for storing the images.

  • @a47gaming25
    @a47gaming25 8 місяців тому

    ❤❤ Thank you.I really like your playlist sir.

  • @ngonimudzudzu3611
    @ngonimudzudzu3611 8 місяців тому

    I really like your videos. Thank you sir!

  • @eshu9838
    @eshu9838 6 місяців тому +1

    when i change profile picture , it did not fit in circular.

    • @CodingwithT
      @CodingwithT  6 місяців тому

      did you use ClipRRect to make image circular

    • @eshu9838
      @eshu9838 6 місяців тому +2

      @@CodingwithT yes I did... When I choose dummy picture like yours it fits but any picture of mine won't... The picture fits in middle as a whole , left and right side remains background colour as selected...

    • @ryansumbele3552
      @ryansumbele3552 6 місяців тому +2

      @@eshu9838 i face thesame issue, did you solve it? the image fits as rectangular even though the border is circular, the border has to fit the shape of the image, i just don't know the widget to use

    • @eshu9838
      @eshu9838 6 місяців тому

      @@ryansumbele3552 not yet..

    • @user-kt9oc1st9w
      @user-kt9oc1st9w 5 місяців тому

      @@eshu9838 Because You are uploading profile picture which is fully portrait or fully landscape photo. when you upload any circular photo (downloaded or edited) then it will fit

  • @FabianKim.
    @FabianKim. 8 місяців тому

    Hello sir...Thank you for this great playlist... I noted that you forgot to change the default profile picture on the settings page...How about that

    • @CodingwithT
      @CodingwithT  8 місяців тому +1

      You are right 👍 and thank you 💞.
      Just follow the same approach 🤠 and done. Create an instance as we did on the home screen to display the name and use the image.

    • @FabianKim.
      @FabianKim. 8 місяців тому

      @@CodingwithT Awesome...I did it

    • @amanimakoi7651
      @amanimakoi7651 2 місяці тому

      @@CodingwithT Sir I tried to solve this issue but in my case it doesn't work I don't know what to do

    • @amanimakoi7651
      @amanimakoi7651 2 місяці тому

      @@FabianKim. Can you please help me if you manage to display the profile picture in setting page

  • @muhammadshan9878
    @muhammadshan9878 6 місяців тому

    My firebase is taking more than 2-3 minutes and then returning download url plz help

    • @CodingwithT
      @CodingwithT  6 місяців тому

      Check file size or Internet connection. Firebase servers are exceptional

  • @ryansumbele3552
    @ryansumbele3552 6 місяців тому

    profile picture updates in profile screen but not in settings screen , please help

  • @talakpatel2423
    @talakpatel2423 8 місяців тому

    Waiting for this video 🤩, will you also implement admin panel to get orders?

    • @CodingwithT
      @CodingwithT  8 місяців тому +2

      Yes after this playlist 😁

    • @talakpatel2423
      @talakpatel2423 8 місяців тому +1

      @@CodingwithTGreat will be following closely 🔥🔥

    • @neglasuleiman2355
      @neglasuleiman2355 8 місяців тому

      @@CodingwithT. I can’t wait am always on look for new videos I really appreciate

  • @map-dev
    @map-dev 8 місяців тому

    Hi sir please help me i'm stuck on exception code please

    • @CodingwithT
      @CodingwithT  8 місяців тому

      Code is already uploaded in the latest Flutter starter kit

  • @wasifladla2084
    @wasifladla2084 8 місяців тому

    Sir is session ki video's complete kab tak hongi

    • @CodingwithT
      @CodingwithT  8 місяців тому

      In 2 weeks hopefully 😊

  • @khaledmohamed6777
    @khaledmohamed6777 8 місяців тому

    Can you plz make a backend video for rating and review 🙏🙏

  • @user-xq5vd7zo6i
    @user-xq5vd7zo6i 8 місяців тому

    waiting sir

  • @Qazi_Abbas
    @Qazi_Abbas 3 місяці тому

    bilqul smj ni ai

    • @CodingwithT
      @CodingwithT  3 місяці тому +1

      You can ask me any questions you may have.

  • @lilykarmila4559
    @lilykarmila4559 8 місяців тому

    🎉🎉🎉

  • @hoanguyenthanh5890
    @hoanguyenthanh5890 8 місяців тому +1