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

Please add a note about README.md configuration of android11 #82

Closed QixianWu closed 2 years ago

QixianWu commented 2 years ago

If your application targets Android 11 or later, add the following queries block to your AndroidManifest.xml file to make the Facebook App visible to your App:

<queries>
<provider android:authorities="com.facebook.katana.provider.PlatformProvider" /> 
</queries>

https://developers.facebook.com/docs/sharing/android

jigarfumakiya commented 2 years ago

Thanks for letting us know will update the readme soon!.