-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
p: shareThe Share pluginThe Share pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight
Milestone
Description
Internal: b/141557699
Getting app crashes when trying to share a link via email using this plugin. Created a new Flutter app to test this issue and was able to recreate.
Scaffold(
body: FlatButton(
child: Text("Click me and share via email to crash"),
onPressed: () =>
Share.share('check out my website https://example.com'),
)
);
(Flutter Version stable 1.7.8+hotfix.4)
Metadata
Metadata
Labels
p: shareThe Share pluginThe Share pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight