joseph-grabinger / flutter_to_pdf

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

Support start and end text alignments #64

Closed joseph-grabinger closed 7 months ago

joseph-grabinger commented 7 months ago

Add support for TextAlign.start and TextAlign.end.

Closes #63.