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-02-26 17:00:04 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
efef418d4b5caae3f85ab5a05eb1ac776cb1c7e7
efef418d
1 parent
ceccb034
Fix example document
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
printing/example/lib/document.dart
printing/example/lib/document.dart
View file @
efef418
...
...
@@ -108,7 +108,7 @@ Future<PdfDocument> generateDocument(PdfPageFormat format) async {
final
PdfImage
profileImage
=
await
pdfImageFromImageProvider
(
pdf:
pdf
.
document
,
image:
fw
.
NetworkImage
(
image:
const
fw
.
NetworkImage
(
'https://www.gravatar.com/avatar/00000000000000000000000000000000?d=mp&s=200'
),
onError:
(
dynamic
exception
,
StackTrace
stackTrace
)
{
print
(
'error'
);
...
...
Please
register
or
login
to post a comment