flutter_pdfview icon indicating copy to clipboard operation
flutter_pdfview copied to clipboard

Flashing when load the pdf

Open klaszlo8207 opened this issue 6 years ago • 2 comments

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/remove that flashing?

klaszlo8207 avatar Dec 29 '19 08:12 klaszlo8207

Hi @klaszlo8207 I think u can make workaround like wrapping pdfWidget with FutureBuilder and set future: Future.Delayed(const Duration(timeOfAnimation) ); and when done return Pdf();

binSaed avatar Jun 17 '20 18:06 binSaed