Open klaszlo8207 opened 4 years ago
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();
This will help https://www.youtube.com/watch?v=gAUVz0U7eyA
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?