Closed mainulislamfahim closed 7 months ago
This is due to limitations from the pdf package.
For FontWeight
:
FontWeight.normal
& FontWeight.bold
are supportedFor TextDecorationStyle
:
TextDecorationStyle.solid
& TextDecorationStyle.double
are supportedBut I saw that TextAlign.start
and TextAlign.end
are now supported.
Thus, #64 will add this functionality and this issue will be closed.
For further feature requests please open separate issues for each feature.
I used Text Widget where normally I used Text Style for underline when I used this plugin it tells Unsupported Unsupported TextAlign: TextAlign.start; defaulting to null I/flutter (12707): Unsupported FontWeight: FontWeight.w600; defaulting to FontWeight.normal I/flutter (12707): Unsupported TextDecorationStyle: TextDecorationStyle.dotted; defaulting to TextDecorationStyle.solid I/flutter (12707): Unsupported TextAlign: TextAlign.start; defaulting to null I/flutter (12707): Unsupported TextAlign: TextAlign.start; defaulting to null I/flutter (12707): Unsupported FontWeight: FontWeight.w600; defaulting to FontWeight.normal I/flutter (12707): Unsupported TextDecorationStyle: TextDecorationStyle.dotted; defaulting to TextDecorationStyle.solid I/flutter (12707): Unsupported TextAlign: TextAlign.start; defaulting to null I/flutter (12707): Unsupported TextAlign: TextAlign.start; defaulting to null .... and so on