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
2019-10-28 17:02:07 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9894f3c14def95915b719914a415571f7420488d
9894f3c1
1 parent
107f89c2
Fix warning in tests
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
pdf/CHANGELOG.md
pdf/test/widget_test.dart
pdf/test/widget_text_test.dart
pdf/CHANGELOG.md
View file @
9894f3c
...
...
@@ -2,6 +2,7 @@
## 1.3.24
-
Fix warning in tests
-
Fix warning in example
-
Format Java code
...
...
pdf/test/widget_test.dart
View file @
9894f3c
...
...
@@ -213,7 +213,7 @@ void main() {
child:
UrlLink
(
child:
Text
(
'https://github.com/DavBfr/dart_pdf/'
,
style:
TextStyle
(
style:
const
TextStyle
(
color:
PdfColors
.
grey
,
fontSize:
8
,
decoration:
TextDecoration
.
underline
,
...
...
pdf/test/widget_text_test.dart
View file @
9894f3c
...
...
@@ -147,7 +147,7 @@ void main() {
para
,
style:
TextStyle
(
font:
ttf
,
background:
BoxDecoration
(
color:
PdfColors
.
purple50
),
background:
const
BoxDecoration
(
color:
PdfColors
.
purple50
),
),
),
]));
...
...
Please
register
or
login
to post a comment