Closed Vera-Spoettl closed 5 months ago
Thanks a lot! I'll take a look at your changes now :)
To run the tests you might have to first create the output directory in ./test (run mkdir test/output
from the root of the project) .
I added an example using flutter_charts
to /example
. For some reason the chart does not appear in the exported pdf. Could you please recheck on your side?
I added an example using
flutter_charts
to/example
. For some reason the chart does not appear in the exported pdf. Could you please recheck on your side?
Adjusted the example! There were two problems:
Image.memory
As written in https://github.com/joseph-grabinger/flutter_to_pdf/issues/62
Unfortunately, I couldn't run your tests on my computer (pdf file is missing). Would be great, if you could run your tests and add test case for this.