I am trying to generate a pdf with tables contain data from firebase firestore, and I want to have the tables span multiple pages and insert network image from firebas...
I have the content of a pdf in base64 and I need to show it in a container in a flutter application. I'm trying to do it with the image, pdf and convert packag...
I'm trying to display pdf document in flutter. Document object fetched from api has property bytes: <code>bytes: data:application/pdf;base64,JVBERi0xLjcKJb/3ov4K...
I am getting the error when I try to load the pdf from url. It shows the number of pages of pdf but then it crashes. Using plugin - <a href="https://pub.dev/pac...
I want to render pdf as an image on canvas in custom painter for my viewer. Can anyone suggest a library or package or a way to parse and render PDFs in DART, Flutter?...
When I open a page in pageview builder then this page will show around a second and then the desire page will show any have idea how this blank page show before the re...
Recently I was trying to create a PDF signing application using Flutter. I have tried many Flatter PDF plugins so far but I could not find a good plugin to do so. If a...
I'm trying to create an epub reader app. On the Homepage, I am trying to list the books with a Horizontal scroll view of the book covers. For that, I nee...
I'm actually trying to make a health report using the flutter pdf library. After adding a border-radius to my container, I realized that the shadow is still in form of...
I'm trying to display a PDF file in Flutter which I have previously downloaded from a server. I have tried both flutter_full_pdf_viewer and advance_pdf_viewer. Both li...
I am trying to generate a pdf using flutter pdf package <a href="https://pub.dev/packages/pdf" rel="nofollow noreferrer">pdf</a> ,Everything works fine but I want to g...
I have a request from a function in flutter <pre><code> Future<String> getData() async { var response = await http.post( Uri.encodeFull( w...
I have this url from server <a href="https://xxxx.pdf20200529" rel="nofollow noreferrer">https://xxxx.pdf20200529</a>". How can I load it as pdf in my flutter app?...
I have a <code>column</code> include several widgets. This <code>column</code> is the parent and <strong>its children cause the <code>column</code> has scroll</strong>...
I want to show the cover page of a <code>pdf</code>. But I don't know how to proceed. I have the URL of the pdf file and I want to display the front page like an image...