I want to use flutter_share_me 0.9.1
Plug-In. but I can't find String.xml
file in my project Folder
Asked
Active
Viewed 2,734 times
3

Abir Ahsan
- 2,649
- 29
- 51
-
1create the file if it doesn't exist – JideGuru Jul 06 '20 at 23:14
1 Answers
12
Create string.xml
under res/values
Directory and add this code to it.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Replace "343254889799245" with your Facebook App ID here. -->
<string name="facebook_app_id">343254889799245</string>
</resources>
Hope this will help you.

Sachin Bhankhar
- 900
- 8
- 14