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
2021-04-02 08:38:12 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
86d5674d2211bf83d9673a7efb0e481bbc514dbb
86d5674d
1 parent
d93c570a
Fix PdfPreview timer dispose
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
printing/CHANGELOG.md
printing/lib/src/pdf_preview.dart
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
86d5674
# Changelog
## 5.0.5
-
Fix PdfPreview timer dispose
[
wwl901215
]
## 5.0.4
-
Improve console error reporting
...
...
printing/lib/src/pdf_preview.dart
View file @
86d5674
...
...
@@ -240,6 +240,12 @@ class _PdfPreviewState extends State<PdfPreview> {
}
@override
void
dispose
()
{
previewUpdate
?.
cancel
();
super
.
dispose
();
}
@override
void
reassemble
()
{
_raster
();
super
.
reassemble
();
...
...
printing/pubspec.yaml
View file @
86d5674
...
...
@@ -7,7 +7,7 @@ description: >
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/printing
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
5.0.
4
version
:
5.0.
5
environment
:
sdk
:
"
>=2.12.0-0
<3.0.0"
...
...
Please
register
or
login
to post a comment