joseph-grabinger / flutter_to_pdf

Create PDFs but work with normal Flutter Widgets.
MIT License
21 stars 17 forks source link

Fix ListView export #72

Closed joseph-grabinger closed 6 months ago

joseph-grabinger commented 6 months ago

Children of ListView need to be extracted from the corresponding SliverList.

Closes #66

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.88%. Comparing base (e8bfb0b) to head (bfaeec5).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #72 +/- ## ========================================== + Coverage 88.86% 88.88% +0.02% ========================================== Files 57 57 Lines 853 855 +2 ========================================== + Hits 758 760 +2 Misses 95 95 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.