static analysis
This commit is contained in:
parent
997005c4e5
commit
dcca364ffa
1 changed files with 2 additions and 2 deletions
|
@ -52,11 +52,11 @@ class EntryPrinter with FeedbackMixin {
|
|||
final pageCount = multiPageInfo.pageCount;
|
||||
if (pageCount > 1) {
|
||||
final streamController = StreamController<AvesEntry>.broadcast();
|
||||
showOpReport<AvesEntry>(
|
||||
unawaited(showOpReport<AvesEntry>(
|
||||
context: context,
|
||||
opStream: streamController.stream,
|
||||
itemCount: pageCount,
|
||||
);
|
||||
));
|
||||
for (var page = 0; page < pageCount; page++) {
|
||||
final pageEntry = multiPageInfo.getPageEntryByIndex(page);
|
||||
_addPdfPage(await _buildPageImage(pageEntry));
|
||||
|
|
Loading…
Reference in a new issue