lubritto / pdf_viewer_plugin

A Flutter plugin for IOS and Android providing a simple way to display PDFs.
MIT License
57 stars 65 forks source link

Flashing when load the pdf #16

Closed klaszlo8207 closed 3 years ago

klaszlo8207 commented 4 years ago

I am using a Transition widget to animate the pdf widget,

But there is a lagg and a flashing between my animations, when the library load my pdf.

Any way to handle that flashing?

lubritto commented 4 years ago

To render the pdf we need to use a platform view providing access to the native implementation. This flash is a side effect, for now, it's not possible to handle this.