Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-04-27 17:49:48 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed37229ef55056c76d6833c325a932998865626f
ed37229e
1 parent
dd38c53e
Fix justified text softWrap issue
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
pdf/CHANGELOG.md
pdf/lib/widgets/text.dart
pdf/pubspec.yaml
pdf/CHANGELOG.md
View file @
ed37229
# Changelog
## 1.7.1
-
Fix justified text softWrap issue
## 1.7.0
-
Implement Linear and Radial gradients in BoxDecoration
...
...
pdf/lib/widgets/text.dart
View file @
ed37229
...
...
@@ -644,7 +644,7 @@ class RichText extends Widget {
_decorations
.
sublist
(
decorationStart
),
constraintWidth
,
offsetX
-
space
.
advanceWidth
*
style
.
wordSpacing
,
fals
e
,
tru
e
,
bottom
,
));
...
...
pdf/pubspec.yaml
View file @
ed37229
...
...
@@ -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"
...
...
Please
register
or
login
to post a comment