Replies: 1 comment 2 replies
-
Technically, it's impossible to introduce such page flipping feature on PdfViewer. it internally does not use any widgets. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @espresso3389, thanks for all the help you have shared with us.
If possible, could you kindly demonstrate how I can use the pageFlip plugin on top of PdfViewer? I have tried all the ways that I can think of, with no success. Since it was possible to achieve such stunning presentations using PdfViewerParams -> layoutPages, I believe it is also possible to use pageFlip (https://pub.dev/packages/page_flip) for this purpose. However, where I failed to implement it is that 'layoutPages' expects PdfPageLayout, and no other widget seems to work. If you could shed some light on this, I would be very thankful.
Beta Was this translation helpful? Give feedback.
All reactions