DavideBelsole / great_list_view

pub.dev library for flutter
MIT License
39 stars 21 forks source link

Reodrder on click #30

Open luizvnegrini opened 1 year ago

luizvnegrini commented 1 year ago

Is it possible to enable reordering after clicking and holding for a Duration we passed? I need a function for pinning the items, when I click and secure order to the beginning of the list, my items have the necessary structure, but I still don't understand how I can do that, if that's possible with this list.

willroyMyles commented 1 year ago

if your updating you rlist manually, just make sure that item is always at index 0. if your list updates automatically in a StatefulWidget, in the didUpdateWidget, make sure that item is at the top of the list