Share url in Flutter using share_plus doesn't show Safari in picker list

211 Views Asked by At

When sharing a URL, I need to list Safari in the picker dialog in iOS. I'm using share_plus version 6.2.0

Code: Share.share('https://www.google.com')

Actual result:

enter image description here

Expected result(similar to News app on iOS):

enter image description here

I don't insist on this library. Any solution is appreciated.

0

There are 0 best solutions below