DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.42k stars 632 forks source link

Please implement a feature that allows large widgets to break across multiple pages automatically #1762

Open alihassan143 opened 1 month ago

alihassan143 commented 1 month ago

Please implement a feature that allows large widgets to break across multiple pages automatically. This will ensure that content is properly rendered and displayed, regardless of size, and improve support for a variety of scenarios where dynamic or large content needs to be shown across multiple pages.

alihassan143 commented 1 month ago

Currently, the PDF rendering in the application only supports a single widget per page. If the widget’s content exceeds the available space on the page, it does not automatically split and flow onto the next page. This results in the widget either being cut off or compressed to fit the page, which is not ideal for larger content.