From f64ed77b754470acd0b83464985cc5025ce63023 Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 17 Sep 2025 20:14:45 +0200 Subject: [PATCH] added receive_sharing_intent package --- pubspec.lock | 16 ++++++++++++++++ pubspec.yaml | 1 + 2 files changed, 17 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index c1b51d3..597afaf 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -139,6 +139,22 @@ packages: url: "https://pub.dev" source: hosted version: "1.9.1" + plugin_platform_interface: + dependency: transitive + description: + name: plugin_platform_interface + sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02" + url: "https://pub.dev" + source: hosted + version: "2.1.8" + receive_sharing_intent: + dependency: "direct main" + description: + name: receive_sharing_intent + sha256: ec76056e4d258ad708e76d85591d933678625318e411564dcb9059048ca3a593 + url: "https://pub.dev" + source: hosted + version: "1.8.1" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 79f732e..325c6fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,6 +13,7 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.8 + receive_sharing_intent: ^1.8.1 dev_dependencies: flutter_test: