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
151 stars 146 forks source link

ApplicationID Facebook #19

Closed ederluca closed 4 years ago

ederluca commented 4 years ago

In the documentation says I need to add the following line in AndroidManifest.xml:

             android: name = "com.facebook.sdk.ApplicationId"              android: value = "@ string / facebook_app_id" />            

I believe I am not able to report this correctly because when I inform I can not compile nor trigger the debug mode of application Applicationid of my application is com.home how to proceed to inform correctly?

lizhuoyuan commented 4 years ago

I just submited 0.8.0 , I don't know if it is your idea.