Skip to content

[share] Sharing via email without a subject crashes app on iOS #39740

@luketg8

Description

@luketg8

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

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions