This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/listview_sort_example ListView VS GridView Tutorial: ua-cam.com/video/-rcl0iVp8KE/v-deo.html Flow Widget Tutorial: ua-cam.com/video/r3PSSD5YH00/v-deo.html All Flutter Buttons Tutorial: ua-cam.com/video/wvhkomzr0dU/v-deo.html Change Button Color On Tap Tutorial: ua-cam.com/video/nDmGGi_RlDM/v-deo.html Social Share Buttons Tutorial: ua-cam.com/video/bWehAFTFc9o/v-deo.html Multi Step Forms Tutorial: ua-cam.com/video/MpQTNW5woVI/v-deo.html Image Slider Tutorial: ua-cam.com/video/JEMx2ax0734/v-deo.html Bottom Navigation Bar Tutorial: ua-cam.com/video/xoKqQjSDZ60/v-deo.html Page Transition Tutorial: ua-cam.com/video/_R3E_aof69c/v-deo.html Modal Bottom Sheet Tutorial: ua-cam.com/video/AjAQglJKcb4/v-deo.html Link Widget Tutorial: ua-cam.com/video/cSR34CNXLvo/v-deo.html Share Text, Image, Files Tutorial: ua-cam.com/video/CNUBhb_cM6E/v-deo.html Pick Image From Gallery And Camera Tutorial: ua-cam.com/video/MSv38jO4EJk/v-deo.html Local Push Notifications Tutorial: ua-cam.com/video/bRy5dmts3X8/v-deo.html Send Email From App Tutorial: ua-cam.com/video/9HW3MZ_tsdo/v-deo.html Drop Files Into Dropzone Tutorial: ua-cam.com/video/pZdJX3PAydQ/v-deo.html Google Sheets API Tutorial: ua-cam.com/video/3UJ6RnWTGIY/v-deo.html Google SignIn Tutorial: ua-cam.com/video/1k-gITZA9CI/v-deo.html
Thank You Kirubel Berhanu! Follow this link: stackoverflow.com/questions/71588476/the-method-compareto-cant-be-unconditionally-invoked-because-the-receiver-can I hope you will get your answer 🙂
Thanks for all this knowledge, Johannes. You are very young, though very wise. Greetings. You and Flutter (the framework Im using in my first Job as a developer) are 4ever in my heart.
Great video! One question: If we run the sorting algorithm inside itemBuilder, wouldn't it sort the list n times (for n items)? Should we only sort it once?
Thanks, Ben Ha! 🙂The ListView.builder is only creating the items that are displayed on the screen and not all n-items. Yes you could call the sorting logic once when you press on the button, this would make sense.
I'm always inspired by your all video. I had to ask something. Is it a Good practice to use Multiple Animation controller? Like When user scroll I hide the button. When taps a button It scales and reduces back to it's origin. Unfortunately I couldn't found the answer on StackoverFlow.
Is this possible to record audio in video player in video player the video is playing some animation playing with inbuild audio and we record our audio in video player and play with our audio with that video and save our audio with that video... Is this possible in flutter please help me I'm stuck with this problem
This might help you :)
👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
Source Code: github.com/JohannesMilke/listview_sort_example
ListView VS GridView Tutorial: ua-cam.com/video/-rcl0iVp8KE/v-deo.html
Flow Widget Tutorial: ua-cam.com/video/r3PSSD5YH00/v-deo.html
All Flutter Buttons Tutorial: ua-cam.com/video/wvhkomzr0dU/v-deo.html
Change Button Color On Tap Tutorial: ua-cam.com/video/nDmGGi_RlDM/v-deo.html
Social Share Buttons Tutorial: ua-cam.com/video/bWehAFTFc9o/v-deo.html
Multi Step Forms Tutorial: ua-cam.com/video/MpQTNW5woVI/v-deo.html
Image Slider Tutorial: ua-cam.com/video/JEMx2ax0734/v-deo.html
Bottom Navigation Bar Tutorial: ua-cam.com/video/xoKqQjSDZ60/v-deo.html
Page Transition Tutorial: ua-cam.com/video/_R3E_aof69c/v-deo.html
Modal Bottom Sheet Tutorial: ua-cam.com/video/AjAQglJKcb4/v-deo.html
Link Widget Tutorial: ua-cam.com/video/cSR34CNXLvo/v-deo.html
Share Text, Image, Files Tutorial: ua-cam.com/video/CNUBhb_cM6E/v-deo.html
Pick Image From Gallery And Camera Tutorial: ua-cam.com/video/MSv38jO4EJk/v-deo.html
Local Push Notifications Tutorial: ua-cam.com/video/bRy5dmts3X8/v-deo.html
Send Email From App Tutorial: ua-cam.com/video/9HW3MZ_tsdo/v-deo.html
Drop Files Into Dropzone Tutorial: ua-cam.com/video/pZdJX3PAydQ/v-deo.html
Google Sheets API Tutorial: ua-cam.com/video/3UJ6RnWTGIY/v-deo.html
Google SignIn Tutorial: ua-cam.com/video/1k-gITZA9CI/v-deo.html
Hi great tutorial as always its easy to follow but compareTo is not working for me do I need to download any dependencies
Thank You Kirubel Berhanu! Follow this link: stackoverflow.com/questions/71588476/the-method-compareto-cant-be-unconditionally-invoked-because-the-receiver-can
I hope you will get your answer 🙂
@@HeyFlutter I hope so too thank you for the reply
Thanks for all this knowledge, Johannes. You are very young, though very wise. Greetings. You and Flutter (the framework Im using in my first Job as a developer) are 4ever in my heart.
Glad to hear that, Thank you Luis! 😊
young? Young John?
Thanks for your video! Please could you make a video to animate a chat list message when the user send a message (same as IOS iMessage animation) ?
Great video! One question: If we run the sorting algorithm inside itemBuilder, wouldn't it sort the list n times (for n items)? Should we only sort it once?
Thanks, Ben Ha! 🙂The ListView.builder is only creating the items that are displayed on the screen and not all n-items. Yes you could call the sorting logic once when you press on the button, this would make sense.
Thanks bro your videos is always helpful for me😊😊
I'm always inspired by your all video. I had to ask something. Is it a Good practice to use Multiple Animation controller? Like When user scroll I hide the button. When taps a button It scales and reduces back to it's origin. Unfortunately I couldn't found the answer on StackoverFlow.
a good tutorial!!! can you make a video about mobx? I really like your teaching. Greetings from Brazil
Il be making about mobx...
Hi Johannes, can you do a tutorial on how to build a flaschard app in flutter? that would be awesome to many people!!
Amazing this is really nice Johannes :)
Is this possible to record audio in video player in video player the video is playing some animation playing with inbuild audio and we record our audio in video player and play with our audio with that video and save our audio with that video... Is this possible in flutter please help me I'm stuck with this problem
Thank You Entertainment Entertainment Entertainment! Follow this link: pub.dev/packages/flutter_sound
I hope you will get your answer 🙂
Thanks a lot 😊
You are welcome, amour maboundou!
Wonderful✨
Please make a video about gpay integration
Thank you Sir
insightful 🙂
thank u Johannes