social_share_plugin icon indicating copy to clipboard operation
social_share_plugin copied to clipboard

Social Share to Facebook and Instagram Flutter plugin.

Results 23 social_share_plugin issues
Sort by recently updated
recently updated
newest added

Sharing on Facebook is not working. `{HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Object with ID '265573474516638' does not exist, cannot be loaded due to...

I keep getting the following error after selecting an image from the gallery to shareToFeedInstagram. Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference In my...

In Ios When i share link and text in using shareToTwitterLink the text spaces is replaced with %20 the issue is in line 310 in SocialSharePluginIOS.swift .addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed)!

bug