This package is forcing all children to have the same size as the Viewport, but it would be a lot more useful if we could have children with any given size, just like a ListView allows us to do.
Another good addition would be to support viewportFraction, like PageView.cotroller does. This is another way (and simpler) to allow items to be smaller than the Viewport.
This package is forcing all children to have the same size as the
Viewport, but it would be a lot more useful if we could have children with any given size, just like aListViewallows us to do.Another good addition would be to support
viewportFraction, likePageView.cotrollerdoes. This is another way (and simpler) to allow items to be smaller than theViewport.