David PHAM-VAN

Fix justified text softWrap issue

# Changelog
## 1.7.1
- Fix justified text softWrap issue
## 1.7.0
- Implement Linear and Radial gradients in BoxDecoration
... ...
... ... @@ -644,7 +644,7 @@ class RichText extends Widget {
_decorations.sublist(decorationStart),
constraintWidth,
offsetX - space.advanceWidth * style.wordSpacing,
false,
true,
bottom,
));
... ...
... ... @@ -4,7 +4,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl
homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 1.7.0
version: 1.7.1
environment:
sdk: ">=2.3.0 <3.0.0"
... ...