fix: Add owner to labels

This commit is contained in:
Anton Stubenbord
2023-05-11 16:23:15 +02:00
parent f388f77d63
commit fd1c0ced35
11 changed files with 155 additions and 226 deletions

View File

@@ -12,6 +12,7 @@ import 'package:paperless_mobile/core/service/file_description.dart';
import 'package:paperless_mobile/core/service/file_service.dart';
import 'package:paperless_mobile/features/notifications/services/local_notification_service.dart';
import 'package:share_plus/share_plus.dart';
import 'package:cross_file/cross_file.dart';
part 'document_details_cubit.freezed.dart';
part 'document_details_state.dart';