enhancient
enhancient
Firstly, thank you for this fantastic project. After upgrading (0.6.1) to SliverMasonryGrid from the old SliverStaggeredGridView, I'm finding that the scroll position is not restored correctly when I switch tabs...
Does this support horizontal scrolling? I tried to set this in the CollectionView in Storyboard but no luck. Thanks.
This PR adds support for ScrollPhysics (via changes to the forked InteractiveViewer in pdfrx), and somewhat related changes that came up when looking into how to manage boundaryMargin which is...
Thanks for your great pdf reader! I know InteractiveViewer doesn't support ScrollPhysics, so I had a go at implementing this by constructing 'synthetic' ScrollMetrics for the InteractiveViewer and applying the...
This PR builds on the layout enhancements PR (https://github.com/espresso3389/pdfrx/pull/504) and adds a new discrete page transitions feature where pages (or spreads of pages) transition one at a time. Architecturally this...