Actually, Your content is super useful for me. I wish you were cut the unnecessary part such as when your mouse is roaming around to find something (make me feel dizzy because I am very concentrated on the content) or the part when you not sure of something (you can cut it out and do it right again so I didn't need to watch you confuse). By the way, I saved the video and subscribed already. Keep going I'm waiting for you!
Yes, this video is really old and no longer the best way to do loops in most cases. I'm going to be making a new tutorial on how to use the Flutterflow loops action very soon as it is something people keep asking about
great video, just a suggestion on your screen studio app, I would get rid of those zoom in animations, people still could see what you doing, I'd not use screen studio, or just get rid of zoom transitions.
unfortunately not - there are definitely limitations vs a true 'for each' loop via custom code - but for people who are not familar with code I think this can provide a quick workable solution :-)
Thanks for the video, just what i needed. Maybe in future videos, please cut out the pieces where you are searching for something or thinking about something. This way the video van be a lot shorter and to the point.
Please sir I need your help on practice app I'm making for myself learning. It's a bills payment app, I'm using mssql for backend and I've added the necessary API endpoints to flutterflow. I am having an issue now with integrating the services categories API (get). I created a page and added a list view to integrate the API because it's response is an array, the issue I'm having now is when I tried to integrate the API into the list view, I didn't get any block to create a variable, then I proceeded to generate children dynamically tab and created a variable there, after that I proceeded to mapping the text field to the json path from the service list variable I created on the listview children, but after previewing the page it didn't show the service identifiers as needed. Please I need your assistance on doing this.
thanks! you can definitely display the content of any array as a list view using 'Generate children from list" - if you explain the example / video you want I can add it to the list of videos I'm going to make 🙂
@@flexpertsdevthank you for answer create array list in filestore then displaying array list of orders as list view then you can delate single order or update or create more orders
I give an example of date stricture listorders {name:t-shirt; price:2 ;quantity:1; Name :watch; price :100;quantity;2 } how to create this data stricture from fulterflow inside filesftore and if user add more items add it to array list elso if delete item delete it from array list and update item if user add more quantity to the item I hope this clear example iam spending days trying to figure out how to manage arraylist data
@Imed Bedi - thanks for the clarification! So if ive understood correctly you want to generate a list of data types which is 100% possible in flutterflow Then your also interested in making changes to that list, such as updating a specific item in the list, deleting a specific item and adding items to the list So you can definitely do all these things in flutterflow now after some of the recent updates Your data can be stored in local state or in a firestore document directly (1) Add items You can update the list and add an item by setting the properties individually, such as the price, quantity (2) remove items You can remove an item from a list of.data types based on the index, with the first item being index =0 (3) update an item I think you can update an item at a specific index but I'm not 100% sure. If not, you can overwrite ("set") the entire list using the old list as the value but first removijg the item you want to update and then adding it again with the new updated values I will add this.to the list of videos in the queue 👍🙂
Nice, I'm shocked they don't have native for loops. The amount of times I've yelled "I could do this in any other language with a loop in 5 seconds".
Actually, Your content is super useful for me. I wish you were cut the unnecessary part such as when your mouse is roaming around to find something (make me feel dizzy because I am very concentrated on the content) or the part when you not sure of something (you can cut it out and do it right again so I didn't need to watch you confuse). By the way, I saved the video and subscribed already. Keep going I'm waiting for you!
Many many many thanks ❤
Hi Flex. Thanks for your video. Is it possible to make the same not with a periodic but with a loop action?
Yes, this video is really old and no longer the best way to do loops in most cases.
I'm going to be making a new tutorial on how to use the Flutterflow loops action very soon as it is something people keep asking about
Thank you, your video helped me in an app im making on FF =)
great video, just a suggestion on your screen studio app, I would get rid of those zoom in animations, people still could see what you doing, I'd not use screen studio, or just get rid of zoom transitions.
Great video Jos!
Thanks!
DEMO --> Try the Lop Action demo app I was building here
flexdemos.flutterflow.app/ActionLoops
Nice workaround. Will this continue to work if user navigates away from page or disconnects?
unfortunately not - there are definitely limitations vs a true 'for each' loop via custom code - but for people who are not familar with code I think this can provide a quick workable solution :-)
Hello my friend, I liked this recorder that you use and edit the video too.
Could you tell me which program you use to record and edit?
Thanks for the video, just what i needed.
Maybe in future videos, please cut out the pieces where you are searching for something or thinking about something. This way the video van be a lot shorter and to the point.
Thanks for the feedback - I'm trying to get them shorter and a bit more...umm, professional haha
you are the man
Hello, content is what i needed but the video is on 360p.
Its hard to see what is what.
At least 720p is needed. Thank you.
It's 720 for me and clear for me
@@alikibao3744 ya i am getting 720p now, weird
Yea, not sure why it is defaulting to 360, but you should be able to switch it to 720p - thanks guys!
you didnt show the result if the loop you created is working the way it should be or not :(
Thanks for the video, except the bits where you were putting me to sleep. Anyway now they have loops built into actions in Flutterflow.
Please sir I need your help on practice app I'm making for myself learning. It's a bills payment app, I'm using mssql for backend and I've added the necessary API endpoints to flutterflow. I am having an issue now with integrating the services categories API (get). I created a page and added a list view to integrate the API because it's response is an array, the issue I'm having now is when I tried to integrate the API into the list view, I didn't get any block to create a variable, then I proceeded to generate children dynamically tab and created a variable there, after that I proceeded to mapping the text field to the json path from the service list variable I created on the listview children, but after previewing the page it didn't show the service identifiers as needed. Please I need your assistance on doing this.
how to hire you for flutterflow app development how to contact you sir
Hey buddy, you can schedule a time to chat about your project here
calendly.com/flexperts/intro-call
Nice video I like can you make video for world with array data update data array delete ect elso it's possible to display array list as list view?
thanks! you can definitely display the content of any array as a list view using 'Generate children from list" - if you explain the example / video you want I can add it to the list of videos I'm going to make 🙂
@@flexpertsdevthank you for answer create array list in filestore then displaying array list of orders as list view then you can delate single order or update or create more orders
I give an example of date stricture listorders {name:t-shirt; price:2 ;quantity:1;
Name :watch; price :100;quantity;2 } how to create this data stricture from fulterflow inside filesftore and if user add more items add it to array list elso if delete item delete it from array list and update item if user add more quantity to the item I hope this clear example iam spending days trying to figure out how to manage arraylist data
@Imed Bedi - thanks for the clarification!
So if ive understood correctly you want to generate a list of data types which is 100% possible in flutterflow
Then your also interested in making changes to that list, such as updating a specific item in the list, deleting a specific item and adding items to the list
So you can definitely do all these things in flutterflow now after some of the recent updates
Your data can be stored in local state or in a firestore document directly
(1) Add items
You can update the list and add an item by setting the properties individually, such as the price, quantity
(2) remove items
You can remove an item from a list of.data types based on the index, with the first item being index =0
(3) update an item
I think you can update an item at a specific index but I'm not 100% sure.
If not, you can overwrite ("set") the entire list using the old list as the value but first removijg the item you want to update and then adding it again with the new updated values
I will add this.to the list of videos in the queue 👍🙂
@@flexpertsdev yes exactly will be great if make video explain how to manage this data arraylist thank you for answer
Bro, how can I send emails? I am try here, can you help me? do you have telegram?
hola necesito terminar de desarrollar una idea, ingrese as tu sitio web y no pude. Me envias tu whatsapp porfavor