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
yaymalaga
2021-04-03 13:25:25 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2021-04-03 08:54:43 -0300
Commit
207a2d6f28b2562152653e1611323e28fc426083
207a2d6f
1 parent
ee1e8f0d
Remove unnecessary _raster call
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
printing/lib/src/pdf_preview.dart
printing/lib/src/pdf_preview.dart
View file @
207a2d6
...
...
@@ -263,7 +263,6 @@ class _PdfPreviewState extends State<PdfPreview> {
setState
(()
{
infoLoaded
=
true
;
info
=
_info
;
_raster
();
});
});
}
...
...
Please
register
or
login
to post a comment