esysberlin / esys-flutter-share

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

Return result of bool would be ideal #52

Open JoshRice1 opened 4 years ago

JoshRice1 commented 4 years ago

Is your feature request related to a problem? Please describe. Using this to share multiple images which are selected similar to google photos. The outcome of the share is unknown and I would like to know if the photos were shared or if the action was canceled or failed so I can appropriately deselect the photos if they were in fact shared and keep them selected if they were not.

Describe the solution you'd like On bearer dismissal of the share dialog or errors during sharing return false. Otherwise, if the share is believed to be successful return true.

Describe alternatives you've considered Not sure of other alternatives but would be open to suggestions

Additional context Making share work similar to google photos and iOS photos apps

JoshRice1 commented 4 years ago

@d-wolf @StaymanHou Are you guys done doing work on this package? I just want to know if I can expect this to ever get resolved.