Product Listing And Product Details Page | FlutterFlow Tutorial For Beginners

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

КОМЕНТАРІ •

  • @SGZGamer
    @SGZGamer Рік тому

    thanks Rahul bhai apkey content sey bht help ho rahi ha

  • @babukabu2796
    @babukabu2796 Рік тому +1

    Keep doing it rahul sir your way of teaching is really nice and simple.

  • @manojsr
    @manojsr Рік тому

    Thanks a lot for this great video. Can you please add a natural next video to this series, Adding an item to a list. That might give students a way to understand a little about databases as well.

  • @mohammadsafiulalamtoaha3106

    Thank you very much! I have question that how to save the data of this "Product Details Page" into Firestore database?

  • @Emily-x1p
    @Emily-x1p 2 місяці тому

    bro, I followed all the steps as you mentioned and got everything right up to 12:35 in the video. But after that, I did what you suggested, and it's showing null. Any idea why? What should I do?"

  • @Careerquest2627
    @Careerquest2627 Рік тому

    bro, i have stasted using flutterflow , your videos are of help. iam my own api service running on render , evene with jwt authentication
    how do i logout with out firebase just destroy token. in side flutter flow

  • @drpharma
    @drpharma Рік тому

    Is this possible with google sheets API ? Then how! Pls do a video like retrieve data from JSON file of Google sheets and passing data between pages

  • @manishkhandagale26b15
    @manishkhandagale26b15 Рік тому +1

    Please make this same video with firebase

    • @Decent_rahul
      @Decent_rahul  Рік тому +1

      Sure ❤️

    • @Decent_rahul
      @Decent_rahul  Рік тому

      @@HarshitSingh-vb3ok brother aap firebase with Flutterflow ki series follow kr sakte ho jo mai abhi apne channel p upload krra hu,.... mai ye cover karne wala hu firestore wale topic me

  • @hardeepsingh-bc3kb
    @hardeepsingh-bc3kb 6 місяців тому

    Thank you for the Video. How can we find the size/length of the dynamic list?

  • @dhruvsharma1678
    @dhruvsharma1678 10 місяців тому +1

    Bro, How do you add multiple images of the product in the detail page ?

    • @Decent_rahul
      @Decent_rahul  10 місяців тому

      Create a Grid or Listview Layout to show the all images of the product then generate dynamic child with the "images" variable that you are getting in the json💓
      I hope it will help you, if not then let me know

    • @dhruvsharma1678
      @dhruvsharma1678 10 місяців тому +1

      Bro, I have tried that as a result when I open my app in a test mode it is showing default images. As for the images I am copying their image address from the website not from any JSON file. Can u pls make a video how to add multiple images in a detail page of your app where users can see multiple images of the product in that page itself and the images are taken from any random site. It would be very helpful if you do that. Pls reply soon

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

    HOW TO SET PRODUCTS IMAGES CARASOULE IN DETAILS PAGE USING THIS API

  • @OM-World-Reactions
    @OM-World-Reactions 6 місяців тому

    How to detect which index user clicked in list ?

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

      All list items has their own IDs, so whenever a click event happens then you can save their IDs in the app state variable

    • @OM-World-Reactions
      @OM-World-Reactions 6 місяців тому

      @@Decent_rahul apke pass koi tutorial video hai ? Mujhe kahi bhi solution nhi mil raha .
      Thanks for reply

    • @OM-World-Reactions
      @OM-World-Reactions 6 місяців тому

      @@Decent_rahul mujhe index number chahiye jab koi list pe click kare ... Pecific Index number kaise detect hoga ?

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

      @@OM-World-Reactions step 1. Ek app state variable bnao
      Step 2. List item pe update app state variable ka action lgao
      Step 3. Apne bnaye hue variable ko choose kro or usme value set karao variable se jab aapne Dynamic children generate karte time jo variable diya hoga wo option show ho rha hoga usi ko choose karke index in list wale option ko choose karlo bhai

  • @nageshdeokar3871
    @nageshdeokar3871 10 місяців тому

    Rahulji,
    I need your help for quiz app in flutter flow ,i stuck now in page view quiz page ,so how do i contact you ,need your help please.

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

    HOW TO SET PRODUCTS IMAGES CARASOULE IN DETAILS PAGE USING THIS API

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

      Add a carousel widget and generate dynamic children in that carousel widget
      You will find the images variable in that json, you can use that variable to generate dynamic children