-
-
Notifications
You must be signed in to change notification settings - Fork 260
Description
When using the flutter_pdfview plugin on certain Android devices, PDF rendering appears distorted. The issue presents as horizontal flickering lines and graphical glitches, making the PDF unreadable. This problem does not affect all devices, but on impacted ones, the display is severely disrupted.
Steps to Reproduce:
Integrate the flutter_pdfview plugin into a Flutter project.
Open a PDF file using the plugin on an affected Android device.
Observe flickering lines and rendering distortions on the screen.
Expected Behavior:
The PDF should render smoothly without any graphical artifacts or flickering.
Actual Behavior:
The PDF view displays horizontal flickering lines and distorted content, making the text difficult to read.
Environment:
Flutter version: 3.27.2
flutter_pdfview version: 1.4.0
Affected Android versions: Android 14
Tested devices: Samsung Galaxy A51
Possible Workarounds:
(If a temporary fix exists, mention it here. Otherwise, state "No known workaround at this time.")