How to Add Two ListView() Inside a Column() in Flutter | Listview Inside Column/Row

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 51

  • @muhammadjunaid3684
    @muhammadjunaid3684 2 роки тому +3

    It is a very overwhelming and frustrating concept for newbies to Flutter. But you made it clear and crystal.
    Can't thank you enough!

  • @vigneshsekar7866
    @vigneshsekar7866 3 роки тому +3

    This is what I was searching for a long time. Thank you for providing multiple solutions for different use cases

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

    I don't say this often, this is a good video. There are so many trash videos out there.
    This video gets to the point and actually provides a solution, no bs.

  • @rukhsanakhatoon9240
    @rukhsanakhatoon9240 2 роки тому

    mujhe apki ye tarika bhot acchi lagi error ke sath samjhana , isse essay hogya error to handle karna thanks.

  • @minaimane3232
    @minaimane3232 11 місяців тому

    Explanation on point and works like charm 👌 thank you

  • @RakibHasan-ry2qb
    @RakibHasan-ry2qb Рік тому

    Very effective tutorial.....thank you brother

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

    This was invaluable!!
    Thank you!

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

    Cmon Bro... you are a gem

  • @samuelalcantara3367
    @samuelalcantara3367 2 роки тому

    The option two it's the best. You save my life

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

    This was very helpful for me

  • @bilal1708
    @bilal1708 2 роки тому

    Very nice, keep making more videos to clear our concepts.

  • @varunsharma3480
    @varunsharma3480 3 роки тому +1

    You really saved my day. Thanks a lot for the tutorial

  • @AbdulWahab-sy8ob
    @AbdulWahab-sy8ob 3 роки тому +1

    Wonderful Tutorial. Keep up the good work

  • @dayqinyanjui613
    @dayqinyanjui613 2 роки тому

    Very Very Userfull

  • @ebtehalwesam5893
    @ebtehalwesam5893 2 роки тому

    Thank you thank you Thaaaaank you💫

  • @chazz5231
    @chazz5231 2 роки тому

    You help me a lot with this video, thanks

  • @dev.faizan
    @dev.faizan 3 роки тому

    very very helpful.. i was searching for this.. 💞💞💞

  • @pkPayPay
    @pkPayPay 2 роки тому

    thanks man! exactly what i needed!

  • @swapnilcodes
    @swapnilcodes 2 роки тому

    Wonderful sir 👌👍

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

    Good solutions....

  • @JDMian
    @JDMian 3 роки тому

    this is so good to know about list view.

  • @redreongaming9447
    @redreongaming9447 3 роки тому

    you save my day thank you so much

  • @RohitGTA
    @RohitGTA 3 роки тому

    you saved my a lot of time.

  • @abdulmagidelmaghbub9950
    @abdulmagidelmaghbub9950 2 роки тому

    you are the best

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

    thanks time saver

  • @RohitGTA
    @RohitGTA 3 роки тому

    keep helping.. good job

  • @kunwarsadanand8462
    @kunwarsadanand8462 3 роки тому

    This is quite helpful!

  • @higorgustavobarbosadasilva9624
    @higorgustavobarbosadasilva9624 2 роки тому

    Thanks a lot

  • @NgaLunWong
    @NgaLunWong 2 роки тому

    Thank you.

  • @biggestgamelibrary4025
    @biggestgamelibrary4025 2 роки тому

    Adding shrikwrap removes scrollable property to list view is this correct ?

    • @muhammadjunaid3684
      @muhammadjunaid3684 2 роки тому +1

      Yes, but if you give some specific height to that list, then you can scroll it. Because ListView needs an area to enable scrolling.
      Otherwise, it does not become clear for flutter, in order to find starting and ending points of the scrollable list.
      So, in the case of Expanded, we are indirectly giving height. Like 50% or whatever the ratio is.

  • @kymrhys
    @kymrhys 2 роки тому

    thanks bro

  • @bipbipbop2751
    @bipbipbop2751 2 роки тому

    Thank you

  • @biggestgamelibrary4025
    @biggestgamelibrary4025 2 роки тому

    Solution 5 works on screen but throws an error
    The following assertion was thrown while notifying status listeners for AnimationController:
    The provided ScrollController is currently attached to more than one ScrollPosition.
    The Scrollbar requires a single ScrollPosition in order to be painted.
    When the scrollbar is interactive, the associated Scrollable widgets must have unique
    ScrollControllers. The provided ScrollController must be unique to a Scrollable widget.

    • @ad9633
      @ad9633 2 роки тому

      I think you might be able to solve it by defining 2 ScrollController & attaching it to the controller property of both the ListViews

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

    apparently, from a recent video i watched from flutter, they said try to avoid the use of shrinkwrap, as it can lead to performance drop, ua-cam.com/video/LUqDNnv_dh0/v-deo.html, but this was explaining of nested listview, but i think from the explanation it sort of applies for widgets like row/column that just like list that take infinite space wherever possible

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

    Create second listview when firdt listview ends

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

    Create 2 listview.builder just like column