3

I want to use flutter_share_me 0.9.1 Plug-In. but I can't find String.xml file in my project Folder

enter image description here folder.

Abir Ahsan
  • 2,649
  • 29
  • 51

1 Answers1

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