berkaycelebi00

Results 1 comments of berkaycelebi00

We had the same error and instead of ` PdfDocument.openFile(widget.file.path)` we solved using `PdfDocument.openData(widget.file.readAsBytesSync())`