You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(share_plus): Present Share Sheet on the top ViewController (continuation) (#307)
* Present on Top ViewController
- Present share sheet on the currently visible view controller.
* Update CHANGELOG
* Update Share v2.1.3 Pubspec
* format share_plus ios code
Co-authored-by: Ray Li <[email protected]>
Co-authored-by: Miquel Beltran <[email protected]>
Copy file name to clipboardExpand all lines: packages/share_plus/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# 2.1.3
2
+
3
+
- Update iOS share target to present on the top ViewController. This fixes "Unable to present" errors when the app is already presenting such as in an add to app scenario.
4
+
1
5
# 2.1.2
2
6
3
7
- Do not tear down method channel onDetachedFromActivity.
Copy file name to clipboardExpand all lines: packages/share_plus/pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: share_plus
2
2
description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
0 commit comments