I need to share links to social platforms, such as Instagram
Tried the following code
action: () => Share.share(event.deepLink),
On iOS that shows Twitter, but not Instagram
I had to spend a lot of time researching this until I realized that share_plus does not use NSURL for web links (which I think is the required operation here)
I also created a PR that shows the small code change that actually fixes Instagram sharing
https://github.com/fluttercommunity/plus_plugins/pull/458/files
I need to share links to social platforms, such as Instagram
Tried the following code
On iOS that shows Twitter, but not Instagram
I had to spend a lot of time researching this until I realized that share_plus does not use NSURL for web links (which I think is the required operation here)
I also created a PR that shows the small code change that actually fixes Instagram sharing
https://github.com/fluttercommunity/plus_plugins/pull/458/files