Use inside CustomScrollView
Opened this issue · 7 comments
Is there any workaround to make FlutterListView work inside a CustomScrollView?
I was also looking for this functionality, @tomasweigenast did you find any solution?
I didn't
Actually, you can use FlutterSliverList to do it. Please ref
https://github.com/robert-luoqing/flutter_list_view/blob/master/lib/src/flutter_list_view.dart
The key point is how much functionality will be exposed.
https://github.com/robert-luoqing/flutter_list_view/blob/master/example/lib/testlist.dart
It is a sample to demonstrate how to use this component in custom scroll view
@robert-luoqing Is it possible to have Slivers as the childrens of the FlutterListView?
It is possible, I will extend the functionality in coming days.
Awesome, thank you. Can you please update here when you add it or should I create a new issue for it?