Flutter:找不到 String.xml 文件

Flutter: Can't Find String.xml file

我想使用 flutter_share_me 0.9.1 插件。但是我在我的项目文件夹

中找不到String.xml文件

.

res/values 目录下创建 string.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>

希望对您有所帮助。