OpenFlutter / flutter_share_me

Flutter Plugin for sharing contents to social media. You can use it share to Facebook , WhatsApp , Twitter And System Share UI. Support Url and Text.
https://github.com/lizhuoyuan
Apache License 2.0
150 stars 145 forks source link

Unable to find string.xml file on flutter #80

Closed rounak610 closed 1 year ago

Rahim47 commented 1 year ago

Hi, you may wanna create a strings.xml file with the code below, make sure that the file has the following path: android/app/src/main/res/values/strings.xml

<?xml version="1.0" encoding="utf-8"?> <resources> <!-- Replace "343254889799245" with your Facebook App ID here. --> <string name="facebook_app_id">343254889799245</string> </resources>

Visit package link for more info.