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-12-29 14:05:53 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
96c31fdf8e4bdaf969c93541a515c2781d8301fd
96c31fdf
1 parent
f8c8c1e2
Fix Readme
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
pdf/README.md
printing/README.md
pdf/README.md
View file @
96c31fd
...
...
@@ -62,7 +62,7 @@ final image = pw.MemoryImage(
pdf
.
addPage
(
pw
.
Page
(
build:
(
pw
.
Context
context
)
{
return
pw
.
Center
(
child:
pw
.
Image
.
provider
(
image
),
child:
pw
.
Image
(
image
),
);
// Center
}));
// Page
```
...
...
printing/README.md
View file @
96c31fd
...
...
@@ -60,7 +60,7 @@ final image = await flutterImageProvider(imageProvider);
doc
.
addPage
(
pw
.
Page
(
build:
(
pw
.
Context
context
)
{
return
pw
.
Center
(
child:
pw
.
Image
.
provider
(
image
),
child:
pw
.
Image
(
image
),
);
// Center
}));
// Page
```
...
...
Please
register
or
login
to post a comment