File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -939,7 +939,8 @@ class ShareButton extends MessageActionSheetMenuItemButton {
939
939
// https://pub.dev/packages/share_plus#ipad
940
940
// Perhaps a wart in the API; discussion:
941
941
// https://github.com/zulip/zulip-flutter/pull/12#discussion_r1130146231
942
- final result = await Share .share (rawContent);
942
+ final result =
943
+ await SharePlus .instance.share (ShareParams (text: rawContent));
943
944
944
945
switch (result.status) {
945
946
// The plugin isn't very helpful: "The status can not be determined".
Original file line number Diff line number Diff line change @@ -906,18 +906,18 @@ packages:
906
906
dependency: "direct main"
907
907
description:
908
908
name: share_plus
909
- sha256: fce43200aa03ea87b91ce4c3ac79f0cecd52e2a7a56c7a4185023c271fbfa6da
909
+ sha256: b2961506569e28948d75ec346c28775bb111986bb69dc6a20754a457e3d97fa0
910
910
url: "https://pub.dev"
911
911
source: hosted
912
- version: "10.1.4 "
912
+ version: "11.0.0 "
913
913
share_plus_platform_interface:
914
914
dependency: "direct main"
915
915
description:
916
916
name: share_plus_platform_interface
917
- sha256: cc012a23fc2d479854e6c80150696c4a5f5bb62cb89af4de1c505cf78d0a5d0b
917
+ sha256: "1032d392bc5d2095a77447a805aa3f804d2ae6a4d5eef5e6ebb3bd94c1bc19ef"
918
918
url: "https://pub.dev"
919
919
source: hosted
920
- version: "5 .0.2 "
920
+ version: "6 .0.0 "
921
921
shelf:
922
922
dependency: transitive
923
923
description:
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ dependencies:
55
55
package_info_plus : ^8.0.0
56
56
path : ^1.8.3
57
57
path_provider : ^2.0.13
58
- share_plus : ^10.1.3
59
- share_plus_platform_interface : ^5 .0.2
58
+ share_plus : ^11.0.0
59
+ share_plus_platform_interface : ^6 .0.0
60
60
sqlite3 : ^2.4.0
61
61
sqlite3_flutter_libs : ^0.5.13
62
62
url_launcher : ^6.1.11
You can’t perform that action at this time.
0 commit comments