-
**Describe the bug**
getting TooManyPagesException if my Table is spanning over multiple pages.
**To Reproduce**
Code snippet to reproduce the behavior:
```dart
return [
…
-
I upgraded flutter from version 2 to 3, now the project is unable to build in Android due to an error related to native_pdf_renderer, the specific error shown is this one:
```
e: C:\flutter\.pub-c…
-
**Describe the bug**
When trying to build to windows I am getting the following error
Launching lib\main.dart on Windows in debug mode...
windows/flutter/CMakeLists.txt does not use FLUTTER_TARGE…
-
Just switched from flutter_plugin_pdf_viewer to advance_pdf_viewer, and facing 3 issues while running the app. These are the 3 issues :
1) ../../Flutter/flutter/.pub-cache/hosted/pub.dartlang.org/…
-
**Describe the bug**
Flutter build for Android fails with a Gradle task exception.
```
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugAarM…
-
I'm getting error when I try to load pdf from online. I attatched my code and error below. Please check and let me know the solution
### **code**
import 'package:advance_pdf_viewer/advance_pdf_viewe…
-
I found that many attributes in font styles are not supported. These styles do not take effect after exporting PDF. Is my usage wrong? Or it doesn’t support?
unsupport TextStyle like 'fontWeight: F…
-
**Describe the bug**
This code:
```
class PDFWidget extends StatelessWidget {
final String path;
final Future_page;
late final PdfControllerPinch _controller;
PDFWidget({
req…
-
**Describe the bug**
I'm trying to create a PDF document on a separate isolate, and I use a custom font using `fontFromAssetBundle` method. its works fine for the web, but when I built an Android app…
-
Greetings! To start with thanks for your work on this package. :-)
I noticed some a random issue on one pdf where a particular page would go white until the widget was rebuilt. This could be most e…