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.
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.
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.
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
It is a very overwhelming and frustrating concept for newbies to Flutter. But you made it clear and crystal.
Can't thank you enough!
This is what I was searching for a long time. Thank you for providing multiple solutions for different use cases
Glad it was helpful!
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.
Thanks
mujhe apki ye tarika bhot acchi lagi error ke sath samjhana , isse essay hogya error to handle karna thanks.
Explanation on point and works like charm 👌 thank you
Very effective tutorial.....thank you brother
This was invaluable!!
Thank you!
You'r Welcome!
Cmon Bro... you are a gem
The option two it's the best. You save my life
Thanks
This was very helpful for me
Very nice, keep making more videos to clear our concepts.
You really saved my day. Thanks a lot for the tutorial
Glad I could help!
Wonderful Tutorial. Keep up the good work
Thanks
Very Very Userfull
Thanks
Thank you thank you Thaaaaank you💫
You help me a lot with this video, thanks
Glad it was helpful!
very very helpful.. i was searching for this.. 💞💞💞
thanks man! exactly what i needed!
Glad it was helpful!
Wonderful sir 👌👍
Thanks
Good solutions....
this is so good to know about list view.
Thanks
you save my day thank you so much
you saved my a lot of time.
you are the best
thanks time saver
keep helping.. good job
This is quite helpful!
Thanks a lot
Thank you.
You're welcome!
Adding shrikwrap removes scrollable property to list view is this correct ?
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.
thanks bro
Thank you
You're welcome
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.
I think you might be able to solve it by defining 2 ScrollController & attaching it to the controller property of both the ListViews
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
Create second listview when firdt listview ends
Create 2 listview.builder just like column