clear explanation, thanks a lot , just what i wanted
@HeyFlutter9 ай бұрын
Thank you, @jerichokatende8151! 🙂
@goldenlife61663 жыл бұрын
Great work johannes
@psatler3 жыл бұрын
Great job, Johannes!
@michaelolukaka2 жыл бұрын
thanks man, just what i needed
@HeyFlutter2 жыл бұрын
Glad it was helpful, @michaelolukaka 😀
@hectorprx3 жыл бұрын
Thanks Johannes
@jonathanscottmunday3 жыл бұрын
How did you get so good at Flutter development?
@HeyFlutter2 жыл бұрын
Thanks, Jonathan! 🙂 Just practice daily, and learn continuously more and more about Flutter than all the people around you. Finally, the best way to learn Flutter etc. is while you teach 😉
@jiren89913 жыл бұрын
How you get ideas for doing such designs
@sergdigital74373 жыл бұрын
Dislikes... crazy!? Especially since you give these demonstrations for free.
@rodrigoroman48863 жыл бұрын
Thank you so much for your videos Johannes! This one helped me a lot. Could you tell me how would you make the stack scrollable for the case where you have multiple circles? Thank you in advance
@HeyFlutter2 жыл бұрын
Thank You Rodrigo Roman! Follow this link: stackoverflow.com/questions/54359662/how-to-make-stack-layout-scroll-able-using-singlechildscrollview I hope you will get your answer 🙂
@viswanathpradapsingh88883 жыл бұрын
Great, thanks for the video man. How to handle n no of images. while i am trying its overlap at end of the screen. Will you please share how to show limit no of images then remains of counts Eg: 8 images available we can show only 4 images and at last index we can show +4. Thanks in advance.
@viswanathpradapsingh88883 жыл бұрын
@@HeyFlutter thanks for your concern.
@ziyadmansy60163 жыл бұрын
An advice: please reduce the number of your functions! i see every video of yours, seeing too much functions makes me lose focus and i beleieve that im not the only one who feels that. you videos are illustrative not a real-world app so there is no need for cleaning a part of the code I lose focus when you code somewhere else away from the tree and forget the whole process and where were we especially when you make nested functions...!
@HeyFlutter2 жыл бұрын
Thanks, Ziyad Mansy! 🙂 i agree with you, but if once you start practicing programming using functions, it will not be at all difficult for you to understand.
@ScottKFraley2 жыл бұрын
IMHO, more functionality in separate functions makes it much easier to do unit testing. Also see: "Separation of Concerns."
@SameerShaikh-kn9rr2 жыл бұрын
Your code is too confusing and complicated, please write code simple without build so many widgets
@vanessadur93382 жыл бұрын
In flutter it's better to use many functions and widgets, that way you can recycle for future :)