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
2024-01-31 08:41:10 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
adf4ff1de29f668bb98f7b600f81337fa3b2f05c
adf4ff1d
1 parent
459f38ac
Fix English
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
printing/lib/src/print_job.dart
printing/lib/src/printing_info.dart
printing/lib/src/print_job.dart
View file @
adf4ff1
...
...
@@ -80,7 +80,7 @@ class PrintJobs {
return
job
;
}
/// Retrive an existing job
/// Retri
e
ve an existing job
PrintJob
?
getJob
(
int
index
)
{
return
_printJobs
[
index
];
}
...
...
printing/lib/src/printing_info.dart
View file @
adf4ff1
...
...
@@ -27,7 +27,7 @@ class PrintingInfo {
this
.
canRaster
=
false
,
});
/// Create an information object from a diction
n
ary
/// Create an information object from a dictionary
factory
PrintingInfo
.
fromMap
(
Map
<
dynamic
,
dynamic
>
map
)
=>
PrintingInfo
(
directPrint:
map
[
'directPrint'
]
??
false
,
dynamicLayout:
map
[
'dynamicLayout'
]
??
false
,
...
...
Please
register
or
login
to post a comment