🥷🏽 FOLLOW ME Patreon: www.patreon.com/mitchkoko/ Instagram: instagram.com/createdbykoko/ Twitter: twitter.com/createdbykoko/ TikTok: www.tiktok.com/@createdbykoko/ SOURCE CODE • github.com/mitchkoko/re-orderable-listview RE-ORDERABLE LIST VIEW WIDGET • ua-cam.com/video/3fB1mxOsqJE/v-deo.html if you need more understanding on individual widgets, check out my.. WIDGET OF THE DAY PLAYLIST • ua-cam.com/play/PLlvRDpXh1Se5LTJZDrUF9h1_1AT4Raxjd.html I hope this helps you ✌🏾❤
Implemented this myself a little while back, super cool widget. I thought I was gonna have to do something with draggable/dragtarget 🙃 Glad to see this because it definitely throws you for a loop at first.
please explain : how to push content from database to app like a Banner in the homescreen of a app which should be updated dialy with new content. for eg. a shopping app updates new deals dialy in homescreen carousel slider.
@@createdbykoko I am, super proud of you and your straightforward style. I’m an old fella trying to learn how to code in flutter - with no experience so your explanation and demonstrations are gold👌
I'm working on a Flutter application and I'm trying to implement geofencing functionality. I want to be able to track when a user enters or exits predefined geographic regions and perform certain actions based on their location. However, I'm not sure where to start or what packages or APIs to use. Would you please provide a step-by-step guide or example code on how to implement geofencing in Flutter? It would be really helpful if you could explain the concepts involved and recommend the most reliable and up-to-date packages or APIs to use for geofencing. If you provide a video tutorial it would be the unique on youtube Thank you in advance!
I have an issue. My list view has textfield for user to key in data directly. So whenever i tap and hold on the textfield to drag, it will triggers the textfield input instead of the drag and drop function. Any suggestions to solve this issue? Thanks.
Question, when I try to nest this within a Scrollable Widget such as list view, the scrolling methods conflict, and I dont want scrolling inside, is there any way to fix this, lmk if i need to be more specific.
That's a realy good explain video. I've implemented this to my code, but now I need to save the order of the list, then the user can logout and login and the list position will be the last position. Do you guys have any ideia how I can do this?
I love the video 💜💜💜💜💜💜❤️💜💜 I really need help with some JSON stuff, basically I would sincerely want you to help me to like get the JSON file from the internet and add it to a list class with some required parameters, and maybe some images. Thanks in advance 💜❤️😌👨💻 KokoFL
🥷🏽 FOLLOW ME
Patreon: www.patreon.com/mitchkoko/
Instagram: instagram.com/createdbykoko/
Twitter: twitter.com/createdbykoko/
TikTok: www.tiktok.com/@createdbykoko/
SOURCE CODE • github.com/mitchkoko/re-orderable-listview
RE-ORDERABLE LIST VIEW WIDGET • ua-cam.com/video/3fB1mxOsqJE/v-deo.html
if you need more understanding on individual widgets, check out my..
WIDGET OF THE DAY PLAYLIST • ua-cam.com/play/PLlvRDpXh1Se5LTJZDrUF9h1_1AT4Raxjd.html
I hope this helps you ✌🏾❤
I havent found a flutter teacher who explains clearer than you do. Thank you so much.
No problem ❤️👨🏽💻
Totally 👍
the whiteboard explanation on the ipad was awesome. I really appreciated that
your voice is very calm and smooth
Hey Kagai haha thanks bro 👨🏽💻❤️
Agree … he is motivated
I was literally just trying to learn this by myself. Nice timing.
Haha same i needed this in my app 😂 the other tutorials weren’t that simple or clear for me so I learnt it myself and made this tutorial haha
Implemented this myself a little while back, super cool widget. I thought I was gonna have to do something with draggable/dragtarget 🙃
Glad to see this because it definitely throws you for a loop at first.
Hahah good thing flutter already has these widgets premade 👨🏽💻❤️
The iPad explanation was really helpful. Good luck.
Beautifully explained without the fluff.
Haha hey Philip thanks :D
These videos are a breath of fresh air! your simplicity and pedagogy is absolute perfection! Id pay for you to tutor me if you have time?
Such a nice explanation i love it
Thank Mitch for saving my time
💌
I LOVE YOU MAN. thank you for the whole tutorial series.
Nice one with your favorite deep purple 💜💜
your explanation is very easy and cool. Good job
Thank you! Please more videos! :)
Haha no problem
As always: awesome!
Yo!
man you have no idea how your lessons help me, thank you for your work
haha that is very good to hear! thanks for your comment. it means a lot to me 💜
The visualization was really useful!
please explain : how to push content from database to app like a Banner in the homescreen of a app which should be updated dialy with new content. for eg. a shopping app updates new deals dialy in homescreen carousel slider.
Use a streambuilder
Thank you for the simple explanation...!👍
i like how u say in the end of video : peace
Hey Mitch, another great example of leading us in learning 👍 are you an Aussie mate?
Yeah i am hahaha are u?? 🇦🇺
@@createdbykoko I am, super proud of you and your straightforward style. I’m an old fella trying to learn how to code in flutter - with no experience so your explanation and demonstrations are gold👌
@@craigpearson4622 you’re the type of person it’s made for 👨🏽💻❤️🇦🇺 welcome and good luck 🤞🏽
Superb tutorial, thank you for this.
I'm working on a Flutter application and I'm trying to implement geofencing functionality. I want to be able to track when a user enters or exits predefined geographic regions and perform certain actions based on their location. However, I'm not sure where to start or what packages or APIs to use.
Would you please provide a step-by-step guide or example code on how to implement geofencing in Flutter? It would be really helpful if you could explain the concepts involved and recommend the most reliable and up-to-date packages or APIs to use for geofencing.
If you provide a video tutorial it would be the unique on youtube
Thank you in advance!
how can i remove the shadow? i saw your finished purple reorder list dont have the shadow with it.
Thanks for this video ;)
No worries Diego ❤
Is there away to drag and drop between two or more different lists?
I have an issue. My list view has textfield for user to key in data directly. So whenever i tap and hold on the textfield to drag, it will triggers the textfield input instead of the drag and drop function. Any suggestions to solve this issue? Thanks.
add padding or a if statement to detetect if it was a onTap or onDrag, with gesture detector
@@amom4146 thanks
is it possible to implement the listTile with users lik a group and the admin make the list ? is that possible in flutter ?
Bro your's color code is very attractive
Amazing ! Thanks for
How can I hide the drag indicator on web?
i have it done. thank you.
for some reason it won't let me drag/reorder the options
고마워요!!!!!! lol
ㅋㅋ no problem! 👨🏽💻❤️🇰🇷
For me the code is working on MacOS but not working on Ios Simulator what might be the reason, I don't get any error
Question, when I try to nest this within a Scrollable Widget such as list view, the scrolling methods conflict, and I dont want scrolling inside, is there any way to fix this, lmk if i need to be more specific.
Yeahhh for the inside list set shrinkwrap: true, and physics: neverscrollablephysics(). Lmk if it works
That's a realy good explain video. I've implemented this to my code, but now I need to save the order of the list, then the user can logout and login and the list position will be the last position. Do you guys have any ideia how I can do this?
I put padding to tiles like at the end of the video,but when I drag the tile, it creates a white frame around the tile, I do not understand why?
Try adding a gesture dictator, and then use the ondrag argument
ty bro
Cool!
Wouldn't using a Collection make the code more readable?
don't working in my iphone simulator
I love the video 💜💜💜💜💜💜❤️💜💜
I really need help with some JSON stuff, basically I would sincerely want you to help me to like get the JSON file from the internet and add it to a list class with some required parameters, and maybe some images.
Thanks in advance 💜❤️😌👨💻
KokoFL
Hello pro , can you help me how I can API wego for free ! ..
He recently made a vid on APIs bro
thank you for this list of tutorial, really handy 🫡
No problem!! Glad it helps u 💜