From 577683bd9bd79ff07eff3e3bac3ee341c6b40014 Mon Sep 17 00:00:00 2001 From: real Date: Sat, 25 Apr 2020 14:01:48 +0300 Subject: [PATCH] Initial work on replacing to use receive_sharing_intent Does not yet work properly, as it seems like the original file extension is lost during the process, and replaced with a generic `*.bin` extension. --- android/app/src/main/AndroidManifest.xml | 2 +- lib/logic/handle_shared_file.dart | 8 ++++++-- lib/main.dart | 26 ++++++++++++++---------- pubspec.lock | 12 +++++------ pubspec.yaml | 8 ++++---- 5 files changed, 31 insertions(+), 25 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index edd861b..73f045a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -30,7 +30,7 @@ - +