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
Hide 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() {
print
(
'Wait PDF to be generated'
);
await
completer
.
future
;
receivePort
.
close
();
print
(
'Done'
);
});
}
...
...
Please
register
or
login
to post a comment