Open joseianpatrick opened 3 months ago
Describe the bug A clear and concise description of what the bug is.
Flutter Web, it throws this error
final document = await PdfDocument.openData(platformFile.bytes!);
TypeError: null: type 'Null' is not a subtype of type 'JSObject'
It works in mobile
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
me too plz fix
Describe the bug A clear and concise description of what the bug is.
Flutter Web, it throws this error
final document = await PdfDocument.openData(platformFile.bytes!);
TypeError: null: type 'Null' is not a subtype of type 'JSObject'
It works in mobile
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.