Flutter Tutorial - Drag & Drop In ListView

preview_player
Показать описание
Use Flutter to drag and drop items within the ListView to other locations and also drag the whole listview around.

SUBSCRIBE HERE

SUPPORT & SPONSOR ME

RESOURCES

TIMELINE
0:00 Introduction Drag & Drop In ListView
0:18 Create Model Of Draggable List
1:04 Create Data Of Draggable Lists
1:30 Build Drag And Drop Lists
6:15 Drag Item In ListView
8:06 Create Drag Handles
10:07 Drag List To Other ListView
11:06 Improve Draggable List Design
12:31 Change Space In Draggable ListView

SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS

*********

SOCIAL MEDIA: Follow Us :-)

LEARN MORE

PLAYLISTS

CREDITS

#Flutter #Tutorial #JohannesMilke

LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

Thanks Johannes, for this in-depth demo of this package, looks like a really useful package, implementing all these features from scratch would be quite tedious, so for a use case where these features are needed, this looks like a great option. This package definitely goes to my shortlist of great ones.

rydmike
Автор

🙄😲 Now that's some timing! I totally need this for an app I'm working on now. Thanks!

gumdum
Автор

Thanks johannes very good explanation. Saves lot of my time.

tehniatmirza
Автор

Such a great video!!! Thank you so much!!!!

jardelnunes
Автор

Good job! Thank you for sharing this. I'm new in flutter. I just wanted to know it is possible to switch a DragAndDropItem to a widget too???
Due to the length of my code, I'm ganna build the draggble items in a separate file.

elahesharifi
Автор

I would love to see how to implement onItemDraggingChanged <3 or do have some visual effect when clicking the icon and not only when I start dragging, I think you'd want the visual feedback immediately.

SamuelHauptmannvanDam
Автор

great video thx for sharing. It would be great to combine it with left and wright swipe to delete an item. Thx again.

stefaandeconinck
Автор

Can we create app for raspberry-pi with the help of flutter. If possible how can do this? If possible please make on this topic.

dhrubrawat
Автор

Thanks Mike,
However, I did try to retrieve the final data from (mostly likely from ...newListItems) for further processing but failed. It seems it is something out of my capacity to get the data from a Widget List like this "newListItems". The log data from my console is Instance of 'DragAndDropItem". Do you have any solution for this issue? Thank you very much!

mikelo
Автор

Thanks Johannes
, is it possible to remove the draghandle and drag it from anywhere in the container?

KaganKlc
Автор

Really nice and explained perfectly. I'm wondering if there is an option not to move the item from one list to another but copy it?? I would like to create lists with a bunch of tiles stored in a master list. These tiles can be copied to the new list once or more to build, store and use it. I think after dragging the item from source to target the source has to build again with it's old state but the target should keep the new state.

devsef
Автор

I need to also pin a list tile there is widget called pinable listview but it doesn't work for me since my list tiles name aren't just int, there is string too. What am I supposed to do?

maryamfallah
Автор

Thank you very much for this video Johannes, this is Just awsome,

I Just have a question is it posible to edit or delete an ítem inside a list by clicking on it or maybe by clicking on an icon on the ítem?

andykid
Автор

Thank for amazing tutorial!
How can i put outer list view inside other list or move inner list item to outside?

yogendrasinhjadeja
Автор

Hello! Thanks for the amazing video! I have a question and I really want to have personal talk with you!! How much it will take to have personal lesson with you online? :>

xvxgzse
Автор

Thanks for the great video !!!! >ㅁ< Is there any way for user to add item in the list !?!?

xvxgzse
Автор

Great explanation. It is very helpful.

Actually I am stuck now. How do I get the final reordered list (Not list of widgets). Since it is a list of widgets I am not sure how to get the final list of reordered items where I can store in DB.

MyFirstMoments
Автор

Hello! Is there a new version of this? I think the package has some errors

janinequintal
Автор

Is there a way to store the index when the items are reordered so that it survives a hot restart?

poom
Автор

Please make video of Grid View Drag and Drop

WikkiOnIlluminati