flutter-listutils
flutter-listutils copied to clipboard
🔌 Adapter support for Flutter ListView
**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,...
This is a good package for pagination, header & footer builder, custom network request adapter, and so on. It would be better if you add `GridView` support to this package....
I would like to use the `SliverAppBar` as the header but right now this is not possible because of the explicit `SliverToBoxAdapter` being used with the header. > https://github.com/TheMisir/flutter-listutils/blob/master/lib/src/custom_list_view.dart#L367 Ideally...
Add an option to set the footer always on the bottom of the page if the listview is not big enough
Would be great to be able to set the footer on the bottom of the page always, like a normal website.
Allow the usage of sections similar to this listview: https://pub.dev/packages/flutter_section_list_view