From b2adb41a55cc5ae98315d29e16eb346b67041520 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta Date: Fri, 16 Jul 2021 21:54:28 +0530 Subject: [PATCH] Add dependency on receive_sharing_intent --- pubspec.lock | 7 +++++++ pubspec.yaml | 1 + 2 files changed, 8 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index b1084526c..05b398f59 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -746,6 +746,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.5" + receive_sharing_intent: + dependency: "direct main" + description: + name: receive_sharing_intent + url: "https://pub.dartlang.org" + source: hosted + version: "1.4.5" rxdart: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index cb4a7d6e7..aa081ce94 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -76,6 +76,7 @@ dependencies: pinput: ^1.2.0 provider: ^3.1.0 quiver: ^3.0.1 + receive_sharing_intent: ^1.4.5 scrollable_positioned_list: ^0.1.10 sentry: ^5.0.0 share: ^2.0.1