nano1209

Results 1 issues of nano1209

I have an error using the following code: ```dart doc = await pdfrx.PdfDocument.openFile(filePath); text = await doc.pages.first.loadText().then((value) => value.fullText); await doc.dispose(); ``` But when I run the button again after...