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-11-02 08:17:02 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f9b283a7ccdbeb1f8b8c4a434ed1adb1998c1ac
8f9b283a
1 parent
9894f3c1
Fix Pdf format
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
pdf/CHANGELOG.md
pdf/lib/src/array.dart
pdf/CHANGELOG.md
View file @
8f9b283
@@ -2,6 +2,7 @@
@@ -2,6 +2,7 @@
2
2
3
## 1.3.24
3
## 1.3.24
4
4
5
+
-
Fix Pdf format
5
-
Fix warning in tests
6
-
Fix warning in tests
6
-
Fix warning in example
7
-
Fix warning in example
7
-
Format Java code
8
-
Format Java code
pdf/lib/src/array.dart
View file @
8f9b283
@@ -26,5 +26,6 @@ class PdfArrayObject extends PdfObject {
@@ -26,5 +26,6 @@ class PdfArrayObject extends PdfObject {
26
super
.
_writeContent
(
os
);
26
super
.
_writeContent
(
os
);
27
27
28
os
.
putStringArray
(
values
);
28
os
.
putStringArray
(
values
);
29
+
os
.
putBytes
(<
int
>[
0x0a
]);
29
}
30
}
30
}
31
}
Please
register
or
login
to post a comment