How do you modularize code when using CustomScrollView in Flutter?
I have multiple horizontal ListViews that can be easily modularized, but I’m struggling to understand how to do the same with SliverList.
I want to add sliver list between sliver list for comment and reply section in flutter
I have comment and reply section! for post detail like facebook
there are sliver app , sliverToBoxAdapter and sliver list within the CustomScrollViewWidget,
But I don’t want to use the shrinkwrap:tru , fixHeight and column method,