How to use Flex on FlutterFlow?

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

КОМЕНТАРІ • 7

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

    Thank you teacher. This is what I needed

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

    Finally, Flex makes sense. Thank you for clearing up the mystery! Is it possible to have the containers expand and contract with the size of the content?

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

      I am glade the this video helped. I don't believe you can change the behaviour of the container based on the content as per my current knowledge.

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

    is it possible to use this method to make the child containers slightly overlap?

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

      You can try using stack layout for the child and parent containers to achieve the desired results.

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

      @@abmodi_ai thanks for your response! Unfortunately I can't use a stack because I need to be able to generate the children dynamically. I"m trying to create a row of circleImage avatars that slightly overlap like on facebook or instagram, where it shows you who liked a post with overlapping images. Differently aligned children of a stack cannot be generated dynamically. Is there another way?

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

      @@beepypeepy I am not sure how to achieve that in the FlutterFlow