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.
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?"
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
@@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
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
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
@@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
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
thanks Rahul bhai apkey content sey bht help ho rahi ha
Keep doing it rahul sir your way of teaching is really nice and simple.
Thank you brother ❤️
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.
Thank you very much! I have question that how to save the data of this "Product Details Page" into Firestore database?
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?"
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
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
Please make this same video with firebase
Sure ❤️
@@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
Thank you for the Video. How can we find the size/length of the dynamic list?
Bro, How do you add multiple images of the product in the detail page ?
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
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
HOW TO SET PRODUCTS IMAGES CARASOULE IN DETAILS PAGE USING THIS API
How to detect which index user clicked in list ?
All list items has their own IDs, so whenever a click event happens then you can save their IDs in the app state variable
@@Decent_rahul apke pass koi tutorial video hai ? Mujhe kahi bhi solution nhi mil raha .
Thanks for reply
@@Decent_rahul mujhe index number chahiye jab koi list pe click kare ... Pecific Index number kaise detect hoga ?
@@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
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.
HOW TO SET PRODUCTS IMAGES CARASOULE IN DETAILS PAGE USING THIS API
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