Комментарии:
how to stop the list items to stop fading and just stack on one another?
ОтветитьThanks bro
Ответитьastonishing video can you please explain how can i make the bottom of the list fade while scroling up
ОтветитьYou do not just show the code but explain why it is used and how it works.
Thank you.
Thanks friend
ОтветитьThank you for the wonderful video sir it is very helpful for me and my team, Thanks again sir
ОтветитьHey, nice video but I am facing an issue when the card length is around 4 and when i scoll up the screen does not hangs u p there but the closeTopContainer value changes and cantainer expands and my list goes down automatically
ОтветитьReally great tutorial... But need more clarification to understand 🙂
ОтветитьNice guide, but i have question, how can i update listview by tapping on ScrollController?
ОтветитьWow... I absolutely look forward to watch this vedio
ОтветитьIf we use Align with height factor, the onTap events stops working. Can you please alternate of this approach so onTap will also not stop working for each widget item
Ответитьwow! you amazing matt!
ОтветитьSuperb Explain
ОтветитьThe video is useful as you hoped, however it's difficult to follow your explanation.
ОтветитьYour knowledge, your experience, your skills, the way you defined, the accent and all the things i have sense in this video is Absolutely mind blowing, informative and extremely worthy....
I am Thanking you for sharing this type brilliant knowledge, ideas, concepts, experience and all other stuffs with us ❤️❤️
Thank you sir
ОтветитьHi, Im trying to figure out how to make, the overlap on current top item only, instead of all items. Do you think its possible? Thanks
Ответитьwhat is the first 22 line in main.dart file
Ответитьthanks. great explanation for scroll animation
Ответитьmagic
ОтветитьТы просто Красавчик!!!
ОтветитьNice!!!! Broo Nice Nice & Nice !!!!!
Ответитьvery good introduction of an interface, I subscribe, hey by chance you don't have anything else but with a purchase system. I would like to see how you would use it
ОтветитьNice Video but can you do it again with real-time database using Card UI and use Crud Please
ОтветитьThank you for the video! How would you place the items in the list behind each other instead of on top?
ОтветитьThanks for all. We are waiting new the videos
ОтветитьThank you so much , Excellent Video
ОтветитьThanks for the great tutorial!
ОтветитьGreat tutorial and great explanation, the only thing I saw is that the scale logic seems to be a little wrong, the first element (index 0) when scroll is already in opacity of 0.5 by the logic, and then, in the next indexes, seems to be moved by double between var topContainer and current index... so I made some changes in logic and this is working pretty fine on my app:
double scale = 1.0;
if(_topContainer < 0.5 && index == 0){
scale = 1 - (_topContainer * 2);
if (scale < 0) {
scale = 0;
} else if (scale > 1) {
scale = 1;
}
}
if (_topContainer > 0.5 ) {
scale = index + 1 - (_topContainer * 2);
if (scale < 0) {
scale = 0;
} else if (scale > 1) {
scale = 1;
}
}
Any way, I read that is very bad for performance using setState every time that user scrolls... but, is just an approach
How do I make each container in the listview go to a different view? Thanks in advance 👍🔥🔥
ОтветитьNice and superb explanation! One just need to sit and digest it. Nice one, keep it up!
ОтветитьNice video, can you give example how to return the coloring horizontal list at the top to return to each different screen?
ОтветитьGreat explanation , thank you , i just have one question : why did you choose controller.offset > 50 , why 50 ? thanks again .
Ответитьfirst of all thanks for such a wonderful content.... secondly I want to know how to navigate .. for example if I touch on cola item it navigates me to screen 1 and if touch on burger item it will navigate me to screen 2 and if I touch on noodles it navigates me to screen 3 and so on .. Kindly, get me out of this situation. Thank You :)
Ответитьwow! that was an amazing way of doing that animation and very well explained. Thank you man, You have got amazing skills!
ОтветитьI'm a dev looking to jump start a new app with Flutter. I've learned it before but never used Flutter in a real app. This is perhaps the best tutorial with source code to boilerplate a new app. Well done, bro!
ОтветитьThankyou for your contributions, friend! They are helping me a lot. THank you very much from Brazil =)
Ответитьi tried chaing the heightFactor to 1 because i dodnt want the items to overlap eachother but the animation wile scrolling got messed up items desappear without eaching the top of the screen
Ответитьi love your tutorials
ОтветитьGood use case with best narration.. Keep the good work
Ответитьbro you are the best ,no cap
ОтветитьGenius👍 mashaallah
ОтветитьSo good thanks for sharing your knowledge and skills
Ответитьhow can i make scrollable page if i use stack in body help
Ответитьcan u provide the starter project?
ОтветитьYou speak like one of flutter team widget of the week narrator cool
Ответитьعاشو 👏👏🔥
ОтветитьHow can I remove the offset for a single card so that it would expand when I press it? Thank you!!
ОтветитьThings like this should be highly appreciated.Great job.Well done
Ответить