From 23e89b850774942a18a3fbe972b9b09abefdf950 Mon Sep 17 00:00:00 2001 From: olorin99 Date: Tue, 16 Jun 2026 12:46:26 +1000 Subject: [PATCH] Remove 'text' parameter when sharing file. --- lib/src/utils/share.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/utils/share.dart b/lib/src/utils/share.dart index 9f2e71be..90d74377 100644 --- a/lib/src/utils/share.dart +++ b/lib/src/utils/share.dart @@ -22,7 +22,6 @@ Future shareFile(Uri uri, String filename) async { final file = XFile.fromData(response.bodyBytes); final params = ShareParams( - text: uri.toString(), files: [file], fileNameOverrides: [basename(uri.toString())], );