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-01-01 12:07:40 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c2b0f5491547cad123a6bd87a21b932a4edac999
c2b0f549
1 parent
9e284564
Remove useless type spec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
printing/lib/src/pdf_preview.dart
printing/lib/src/pdf_preview.dart
View file @
c2b0f54
...
...
@@ -111,8 +111,7 @@ class _PdfPreviewState extends State<PdfPreview> {
Timer
previewUpdate
;
static
const
Map
<
String
,
PdfPageFormat
>
defaultPageFormats
=
<
String
,
PdfPageFormat
>{
static
const
defaultPageFormats
=
<
String
,
PdfPageFormat
>{
'A4'
:
PdfPageFormat
.
a4
,
'Letter'
:
PdfPageFormat
.
letter
,
};
...
...
Please
register
or
login
to post a comment