flutter-listutils icon indicating copy to clipboard operation
flutter-listutils copied to clipboard

Is there any continuation plugin derived from this project?

Open MrCsabaToth opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I'm relying on this plugin for my DB connected list views and now with Dart 3 it's holding dependencies back, such as http. I understand that in some cases someone might fiddle with their own state management (Provider, RiverPod2, BLoC, etc.), however when I just has a Floor object list stored in the DB and simply want to display that in a listview, if I don't use this plugin then I'd repeat paging and all shenanigans 7x? I think that would be bad. I might be wrong.

Describe the solution you'd like Finding a plugin which is the continuation of this plugin, for example listview_utils_plus.

Describe alternatives you've considered Forking the project and upgrading it by myself.

Additional context Thanks for you work in the past.

MrCsabaToth avatar Jul 21 '23 18:07 MrCsabaToth

I didn't see any forks. Here is my first package: https://pub.dev/packages/listview_utils_plus

MrCsabaToth avatar Jul 21 '23 20:07 MrCsabaToth