1
votes

Is there a way that one can use to share some content of your FLUTTER WEB app to social media websites? There are libraries for Android and iOS that doesn't work on the web platform because there exist no configurations for Web.

1

1 Answers

0
votes

You can go to https://developers.facebook.com/docs/plugins/share-button/#settings and generate a share button, after that you can copy the link generated for that button and then you can use url_launcher to create a button which when pressed goes to that specific link.