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

🔌 Adapter support for Flutter ListView

Results 5 flutter-listutils issues
Sort by recently updated
recently updated
newest added

**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...

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

enhancement