I have to use shrinkWrap a lot. Wouldn't have known about the performance issue if not for this video. Thanks a lot!! And yeah, flutter rocks!!! And so does the flutter team!!!
This solution solve the complex FireBase data structure. I was forced to implement multiples listview to nagivate throught the entire tree of database until reach the end, and them, in the last listview, the data that i need was render. And now lets test this solution. Thanks Flutter Team! :)
This is why I hate Flutter. It's so good that I feel so uncomfortable and boring when using another kind of technology... Ahhhh!!!! The best framework ever!!!!!!!!! Love you guys for making all these awesome videos!!!!!!
Hello sir, I have a future builder inside which I have listview builder Then I use inline banner inside LVB. The problem is when I scroll down below the banner ad then scrolling up again the ad reloads 🙏 How to stop it
Maybe I'm just dumb, but if you already have outerListChildren defined as a list of SliverLists and so also _myWidgets as a predefined list of Widgets, then they're already created without any builders. The SliverChildBuilderDelegate is only returning the ready created widgets from the _myWidgets list. What am I missing here? It seems every possible list item has already been created, so this isn't any better than shrinkwrap?
Inner lists are rendered over scrolling. But every outerlist is built with it's only inner list's first item even if it's not scrolled. But what if I have abnormal amount of outer list? I can't find any solution for this problem.
Please help me! I don't know if is a french Channel who gives also update like this one because i'm french and i don't understand very well the video, so tag the Channel if you know
DartPad link no longer works.. What the flutter? "The workshop mechanism previously described here is no longer supported" no alternative. they just killed the example.. At least leave source code guys
This team is just unbelievably good.
Abso-Fluttering-lutely!
So good
We need more "What the flutter" content because what he said in here, took me 10 hours to find the solution when I first learn about flutter
Because he was first 😀
Flutter is starting to really rock, and the speakers on the channel are great in their roles. Long life to the platform!
Omg, was just experiencing this behavior and u came out of no where to deliver me the solution just in time !
Thank you so much !
I really like Craig explaining he has a clear voice and knowledge
aww shucks!
Well, I just did the Shrink Wrap 'true' today. Thanks for this awesome video. Thank you Flutter Team !
Thanks for the kind words, Htun! Be sure to subscribe to stay updated on the latest with Flutter: goo.gle/FlutterYT 😎
Equally impressive as this video is the DartPad link attached. Seeing this in action should make the lesson last.
I'll put you down as voting for more DartPad links! ;)
Except it has since been deleted. Not helpful.
I have to use shrinkWrap a lot. Wouldn't have known about the performance issue if not for this video. Thanks a lot!!
And yeah, flutter rocks!!! And so does the flutter team!!!
Thank you for declawing SliverDelegates a little bit, I have indeed found them very intimidating.
Flutter documentation is just insanely good
This solution solve the complex FireBase data structure. I was forced to implement multiples listview to nagivate throught the entire tree of database until reach the end, and them, in the last listview, the data that i need was render. And now lets test this solution. Thanks Flutter Team! :)
Flutter UA-cam channel is great ❤️
Thank you for the love, Akash ❤️
Thanks flutter team for elaborate ListView. We Should take care of delegates
Great video! I enjoy this type of short but extremely informative video ❤️
This video is a gem! Indeed! 🔥
This video is sooo helpful dude. Ty so much.
I've been having issues with this thing. Thanks Flutter!
Estos videos son muy utiles, imposible explicarlo mas facil y sencillo, muchas gracias!!!
Thank you very much. This is very helpful.
We're happy that we were able to wrap all this information into a wonderful video for our Flutter community 😊
this was the major issue I was facing. Thank you flutter 😎.
Excellent explanation
Thanks
I like this guy 🤣... Keep it up, this is incredible! 🔥
Very good video with pedagogic explanations and animations. Thank you!
Crucial information👍
is this also applied in case of listview inside singlechildscrollview?
Super! Thank you very much!
Much needed video. 🔥🙏🙏
Thank you so much .... flutter should show more error explanations like this
Edit: in the new version of Flutter the 'children' parameter in the CustomScrollView has changed to 'slivers'
CustomScrollView expects 'slivers: []' parameter not 'children: []', great work guys!
Yes. What did you do?
This is why I hate Flutter. It's so good that I feel so uncomfortable and boring when using another kind of technology... Ahhhh!!!! The best framework ever!!!!!!!!! Love you guys for making all these awesome videos!!!!!!
Thank you for this
WHoa, this changes the whole world for me.
Great explanation as always!
I was having this problem today HAHAHA
did custom scroll view changed?
cause i still have to use shrink wrap
So why customscrollview and sliverlist could solve the performer problem ?
WTF - What the flutter
😂
PS: I want more content focus on slivers, especially on scrolling animations.
We should make. WTF as trend 😅😅😅.
wanna know if this goes also for gridview builder ?
Should we do the same when It's SingleChildScrollView > ListView ?
thank for explanation!
Hello sir,
I have a future builder inside which I have listview builder
Then I use inline banner inside LVB.
The problem is when I scroll down below the banner ad then scrolling up again the ad reloads 🙏
How to stop it
how is this compared to Columns wrapped with SingleChildScrollView?
Thanks to flutter team
Maybe I'm just dumb, but if you already have outerListChildren defined as a list of SliverLists and so also _myWidgets as a predefined list of Widgets, then they're already created without any builders. The SliverChildBuilderDelegate is only returning the ready created widgets from the _myWidgets list.
What am I missing here? It seems every possible list item has already been created, so this isn't any better than shrinkwrap?
When Widget object is created, it is not immediately laid out, so you may still have "Unbounded height/width" errors
Inner lists are rendered over scrolling. But every outerlist is built with it's only inner list's first item even if it's not scrolled. But what if I have abnormal amount of outer list? I can't find any solution for this problem.
The link to the DartPad example is dead :(
u might have saved my life there
Why you need some other tutorials or course when you have the creators teaching you the tech
Outstanding!
Can this guy host "What the Flutter??!!!" series? For Beginners? PLEASEEEEE
Are http links still safe? The desc has both http and https links.
0 unlike, in youtube. GJ flutter team
Thank you !
that dartpad ain't working!!!! Please fix it I need to have a look at it!!!!
what about listview inside Pageview ?!
Now update the Flutter SDK to point to this video when this error occurs in our IDEs. ☺️❤️
Perfect but if u can add some captions to these videos that will be great
Please help me! I don't know if is a french Channel who gives also update like this one because i'm french and i don't understand very well the video, so tag the Channel if you know
thank you
noted on this
and what if I've something more other than inner list inside the outerlist ? can anyone pls help
Sliverlist inside a SliverList ok?
I.o.w what if you need to nest 2 levels deep?
And why does the slivers work without performance issue ? You did not explain that
👍👍👍 thanks
What? Basically I have made the same video about the same topic unintentionally, I haven't copied it :( btw this video was useful
What the flutter 😂 This makes a nice meme
awesome
I want someone to explain recyclerview to me like this
Nice
If they don't name their common issue fix or performance troubleshooting "What The Flutter", Imma riot
Dart pad link is dead
DartPad link no longer works.. What the flutter? "The workshop mechanism previously described here is no longer supported"
no alternative. they just killed the example.. At least leave source code guys
Well sliver me timbers!
i was asking this to chat gpt he also guide me the same thanks man woo
What the Flutter!?
I hope google doesn't nerf flutter
Flutter
I think there should be "slivers" instead of "children" in CustomScrollView
Me with 5 lists inside list 👁️👄👁️
Cool, thanks. Don't say wtflutter please
Oh then you really were going to hate what I was going to say, what do you get when you cross a Flutter and a Dart dev. I'm guessing not cool. :-)
Why not?!
완벽하게 내가 하고 있던 실수였다..
custom scroll view requires sliver (now) and not children :(
What the Flutter! 😂
damnnnnnnnnnnn
First
Pin me
Womp womp link no longer has the content in question
First