appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

[appinio_social_share] all share file error #55

Closed tudosxxx closed 1 year ago

tudosxxx commented 1 year ago

final image = await ImagePicker().pickImage(source: ImageSource.gallery); print(image!.path); appinioSocialShare.shareToSMS('aaa',filePath: image.path); appinioSocialShare.shareToTwitter('aaa',filePath: image.path); appinioSocialShare.shareToInstagramFeed(image.path);

I/flutter (18277): /data/user/0/com.giftools.itse/cache/image_picker7266606595833541220.jpg D/error (18277): Failed to find configured root that contains /data/data/com.giftools.itse/cache/image_picker7266606595833541220.jpg I/chatty (18277): uid=10711(com.giftools.itse) identical 1 line D/error (18277): Failed to find configured root that contains /data/data/com.giftools.itse/cache/image_picker7266606595833541220.jpg

tudosxxx commented 1 year ago

/data/user/0/com.giftools.itse/cache/image_picker7266606595833541220.jpg /data/data/com.giftools.itse/cache/image_picker7266606595833541220.jpg

khanmujeeb687 commented 1 year ago

Hey @tudosxxx I think you are missing the below configuration in AndroidManifest.xml file. Please check this page to configure your app before using this plugin.

Screenshot 2023-01-23 at 13 38 52