diff --git a/lib/pages/home/pages/menu/pages/user_invites/pages/user_invite_detail.dart b/lib/pages/home/pages/menu/pages/user_invites/pages/user_invite_detail.dart index 413ce794..09f6d694 100644 --- a/lib/pages/home/pages/menu/pages/user_invites/pages/user_invite_detail.dart +++ b/lib/pages/home/pages/menu/pages/user_invites/pages/user_invite_detail.dart @@ -17,7 +17,7 @@ import 'package:Okuna/widgets/theming/text.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:Okuna/services/httpie.dart'; -import 'package:share/share.dart'; +import 'package:share_plus/share_plus.dart'; class OBUserInviteDetailPage extends StatefulWidget { final UserInvite userInvite; diff --git a/pubspec.lock b/pubspec.lock index 12f37866..58779b0f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -35,7 +35,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.6.1" + version: "2.5.0" back_button_interceptor: dependency: "direct main" description: @@ -711,13 +711,48 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "5.0.0" - share: + share_plus: dependency: "direct main" description: - name: share + name: share_plus + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.4" + share_plus_linux: + dependency: transitive + description: + name: share_plus_linux + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.3" + share_plus_macos: + dependency: transitive + description: + name: share_plus_macos + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.2" + share_plus_platform_interface: + dependency: transitive + description: + name: share_plus_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + share_plus_web: + dependency: transitive + description: + name: share_plus_web url: "https://pub.dartlang.org" source: hosted version: "2.0.4" + share_plus_windows: + dependency: transitive + description: + name: share_plus_windows + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.3" shared_preferences: dependency: "direct main" description: @@ -778,7 +813,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.0" sprintf: dependency: "direct main" description: @@ -848,7 +883,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.3.0" + version: "0.2.19" throttling: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index be4f6922..d6a980f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -75,7 +75,7 @@ dependencies: image_picker: ^0.7.5+3 image_cropper: ^1.4.0 shimmer: ^2.0.0 - share: ^2.0.4 + share_plus: ^2.1.4 path: ^1.8.0 package_info: ^2.0.2 flutter: