aarajput / wc_flutter_share

A Flutter plugin for sharing files & text with other applications.
Apache License 2.0
35 stars 19 forks source link

Share dialog doesn't show on iPadOS ^3.1 #10

Closed ejain closed 4 years ago

ejain commented 4 years ago

Likely the same issue as https://github.com/esysberlin/esys-flutter-share/issues/46; see also https://github.com/flutter/flutter/issues/19607.

aarajput commented 4 years ago

I will check this issue.

neckaros commented 4 years ago

I will check this issue.

Any updates?

ejain commented 4 years ago

Looks like https://github.com/flutter/plugins/pull/970 is close to being merged, which would make this plugin obsolete.

aarajput commented 4 years ago

I don't think so. As main purpose of this plugin is to share text + subject + file at the same time. I will look into this issue today.

neckaros commented 4 years ago

I did a fix for esys share if it can help: https://github.com/esysberlin/esys-flutter-share/pull/54

aarajput commented 4 years ago

Thanks a lot @neckaros . This definitely will help me to fix this issue.

aarajput commented 4 years ago

I have released version 0.2.0 with the fix of iPad share. I am closing this issue.

MaskyS commented 4 years ago

As main purpose of this plugin is to share text + subject + file at the same time.

970 on the flutter plugin implements that. Nevertheless, thanks for having provided this meanwhile!