Refactored DI, serialization, added feedback to document download

This commit is contained in:
Anton Stubenbord
2022-12-06 00:39:18 +01:00
parent d79682a011
commit 75fa2f7713
51 changed files with 711 additions and 366 deletions

View File

@@ -67,7 +67,7 @@ class DocumentScannerCubit extends Cubit<List<File>> {
correspondent: correspondent,
tags: tags,
createdAt: createdAt,
authToken: auth.token,
authToken: auth.token!,
serverUrl: auth.serverUrl,
);
if (onConsumptionFinished != null) {