How2Build - Loop Actions for List items in FlutterFlow

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

КОМЕНТАРІ • 34

  • @jaysonp9426
    @jaysonp9426 Рік тому +11

    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".

  • @kingtiansrimusikapo4566
    @kingtiansrimusikapo4566 Рік тому +3

    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!

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

    Many many many thanks ❤

  • @raffaelerossi5183
    @raffaelerossi5183 2 місяці тому +1

    Hi Flex. Thanks for your video. Is it possible to make the same not with a periodic but with a loop action?

    • @flexpertsdev
      @flexpertsdev  Місяць тому

      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

  • @ericjam3z
    @ericjam3z 11 місяців тому +1

    Thank you, your video helped me in an app im making on FF =)

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

    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.

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

    Great video Jos!

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

    DEMO --> Try the Lop Action demo app I was building here
    flexdemos.flutterflow.app/ActionLoops

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

    Nice workaround. Will this continue to work if user navigates away from page or disconnects?

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

      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 :-)

  • @projects-flow
    @projects-flow 11 місяців тому

    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?

  • @paulefde2168
    @paulefde2168 Рік тому +4

    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.

    • @flexpertsdev
      @flexpertsdev  Рік тому +2

      Thanks for the feedback - I'm trying to get them shorter and a bit more...umm, professional haha

  • @LuisMartinez-ku6is
    @LuisMartinez-ku6is 6 місяців тому

    you are the man

  • @11pranay
    @11pranay Рік тому +1

    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.

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

      It's 720 for me and clear for me

    • @11pranay
      @11pranay Рік тому

      @@alikibao3744 ya i am getting 720p now, weird

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

      Yea, not sure why it is defaulting to 360, but you should be able to switch it to 720p - thanks guys!

  • @zidansyed
    @zidansyed 11 місяців тому +1

    you didnt show the result if the loop you created is working the way it should be or not :(

  • @RajeevSharma-ii7fx
    @RajeevSharma-ii7fx Рік тому

    Thanks for the video, except the bits where you were putting me to sleep. Anyway now they have loops built into actions in Flutterflow.

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

    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.

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

    how to hire you for flutterflow app development how to contact you sir

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

      Hey buddy, you can schedule a time to chat about your project here
      calendly.com/flexperts/intro-call

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

    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?

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

      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 🙂

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

      @@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

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

      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

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

      @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 👍🙂

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

      @@flexpertsdev yes exactly will be great if make video explain how to manage this data arraylist thank you for answer

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

    Bro, how can I send emails? I am try here, can you help me? do you have telegram?

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

    hola necesito terminar de desarrollar una idea, ingrese as tu sitio web y no pude. Me envias tu whatsapp porfavor