flutter_pdfview
flutter_pdfview copied to clipboard
Flashing when load the pdf
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?
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();