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-11-29 11:41:53 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0585864793eb0129983c7c322dce2610b0d2ead2
05858647
1 parent
c7403f6a
Remove ImageProvider print
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
pdf/lib/widgets/image_provider.dart
pdf/lib/widgets/image_provider.dart
View file @
0585864
...
...
@@ -137,7 +137,6 @@ class MemoryImage extends ImageProvider {
}
final
image
=
im
.
decodeImage
(
bytes
);
print
(
width
);
final
resized
=
im
.
copyResize
(
image
,
width:
width
);
return
PdfImage
.
fromImage
(
context
.
document
,
image:
resized
);
}
...
...
Please
register
or
login
to post a comment