Will
Will
One thing that could help to make this truly web compatible is to allow PDFViewerScaffold to accept something other than a path to a file. For example, I'm using the...
Perhaps this code might be of use? I posted a stackoverflow question about this, and user Spatz responded with code that uses html pdf display methods to show the document...
There is a workaround in #151 by user @jquintana53 that I used and it worked for me: ``` itemBuilder: (context, String suggestion) { return Listener( child: Container( color: Colors.black, //
I looked more closely at @shadowdogg's answer, and I realized that I didn't understand it at first. So, just for the next guy, I'll make the code below more obvious....