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
Aleksei
2024-01-19 17:28:11 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2024-01-27 12:11:28 -0400
Commit
ef8bfa9f0e690adf9982e4e7e50b5c4cfb2b5b41
ef8bfa9f
1 parent
9599e41d
Fix finalizing
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
printing/lib/src/preview/custom.dart
printing/lib/src/preview/custom.dart
View file @
ef8bfa9
...
...
@@ -110,7 +110,7 @@ class PdfPreviewCustomState extends State<PdfPreviewCustom>
with
PdfPreviewRaster
{
final
listView
=
GlobalKey
();
late
final
List
<
GlobalKey
>
_pageGlobalKeys
;
late
List
<
GlobalKey
>
_pageGlobalKeys
;
bool
infoLoaded
=
false
;
...
...
Please
register
or
login
to post a comment