Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter: Can't Find String.xml file

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.

like image 500
Abir Ahsan Avatar asked Sep 15 '26 04:09

Abir Ahsan


1 Answers

Create strings.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.

like image 162
Sachin Bhankhar Avatar answered Sep 16 '26 21:09

Sachin Bhankhar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!