Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
⬆️ deprecate share dependency in favor of share_plus
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefsallai committed Aug 3, 2021
1 parent 8591712 commit c355b75
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
45 changes: 40 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c355b75

Please sign in to comment.