DavideBelsole / great_list_view

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

Can this package be used with GridViews? #10

Closed aytunch closed 2 years ago

aytunch commented 2 years ago

In my app, I don't need the user to reorder the contents but they are done when some filters are enabled.

Use case:

Grids show cars.
When user presses red color, I want to show only the red colored cars
And I want this filtering to happen in an animated way.
So there might be several cars that are removed from different places of the cars array.
When the filter is removed, all cars should be added in place with ordering animation.

Can I use this package for this need?

DavideBelsole commented 2 years ago

Sorry, this package only works on ListView, not GridView..