Closed Arcttyx closed 1 year ago
It's an issue to render the PDF: not enough memory on the device. Try to set a maxWidth parameter to PdfPreview
It's an issue to render the PDF: not enough memory on the device. Try to set a maxWidth parameter to PdfPreview
t does not help at all But if I change pageFormat: PdfPageFormat.a3 to pageFormat: PdfPageFormat.standard it works better. Could be something related with that specific format a3
For now I'll try changing and using all my template with standard
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Closing this stale issue because it has no activity.
Describe the bug When I create a PDF single page (in my case) its all ok, but when I turn the device to landscape orientation app crash with following error:
To Reproduce Code snippet to reproduce the behavior:
Expected behavior App does not crash when device goes from portrait to landscape
Screenshots
Flutter Doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.10.4, on macOS 12.2.1 21D62 darwin-x64, locale es-MX) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 13.3.1) [✓] Android Studio (version 4.2) [✓] VS Code (version 1.66.2) [✓] Connected device (2 available) [✓] HTTP Host Availability
• No issues found!
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Also happen in sony ericsson with android 5.1 This is not happening in emulator Nexus 6 API 29, Android 10
Its necessary to activate the automatic rotation function of the device to rotate the cellphone