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 15:07:40 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e1af3ddc49c6bf7ffdbef9e610fa64713620af9d
e1af3ddc
1 parent
69f007c6
Fix assert message typo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
printing/lib/src/printing.dart
printing/lib/src/printing.dart
View file @
e1af3dd
...
...
@@ -71,7 +71,7 @@ mixin Printing {
if
(
_info
!=
null
&&
_info
.
canListPrinters
)
{
assert
(
context
!=
null
,
'Pass a BuildC
O
ntext to pickPrinter to display a selection list'
,
'Pass a BuildC
o
ntext to pickPrinter to display a selection list'
,
);
final
printers
=
await
listPrinters
();
return
await
showDialog
<
Printer
>(
...
...
Please
register
or
login
to post a comment