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
2019-09-08 08:51:07 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9695fd399de78100b584d1ab50a3c9812654f16c
9695fd39
1 parent
eda21431
Fix Isolates test
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pdf/test/isolate_test.dart
pdf/test/isolate_test.dart
View file @
9695fd3
@@ -80,6 +80,7 @@ void main() {
@@ -80,6 +80,7 @@ void main() {
80
80
81
print
(
'Wait PDF to be generated'
);
81
print
(
'Wait PDF to be generated'
);
82
await
completer
.
future
;
82
await
completer
.
future
;
83
+
receivePort
.
close
();
83
print
(
'Done'
);
84
print
(
'Done'
);
84
});
85
});
85
}
86
}
Please
register
or
login
to post a comment