How would this be possible in Flutter?
I have a PageView widget and a ListView, but stuck on how to also implement Slivers with them. SliverAppBar seems like the right widget to try, but falls short in that it fails to act like a PageView widget in allowing swiping to select a new screen.
Any help would be greatly appreciated!
I've tried using a PageView widget in the top, and ListView widget in the bottom half of the screen. This has worked as intended, but I haven't been able to figure out how I can combine this with slivers for the 'pull over' effect of the ListView on top of the PageView.