persenlee / native_share

flutter share
MIT License
5 stars 4 forks source link

Fixes issue #3 #4

Closed Paul-Todd closed 4 years ago

Paul-Todd commented 4 years ago

I noticed that when you called NativeShare.share it never completed. This is due to the FlutterResult not being set once the call to the sharing API completed.

As noted in Issue #3 there are some links to implementations that fix this scenario