DavideBelsole / great_list_view

pub.dev library for flutter
MIT License
41 stars 22 forks source link

Custom Animations such as Resizing #41

Open yuushazen opened 10 months ago

yuushazen commented 10 months ago

Hello,

I'm not exactly sure if this is a feature yet or not, but I wanted to implement a different animation for the list, such as when an item is being moved, for example move from index 5 to 0,

Is this possible at all with this library? If not any ideas on how to implement it? I'd be willing to submit a PR if there are pointers on how to go about it