flutter_packages icon indicating copy to clipboard operation
flutter_packages copied to clipboard

[ BUG ] : Experiencing a weird behavior when sharing to stories! random link with no input is shared to story

Open jakobheb opened this issue 1 year ago • 4 comments

Plugin name Appinio social share

Describe the bug When I am sharing something to Instagram Stories with the appinio social share package a random link with no input is shared also to Instagram. Even if I just add the Instagram id without background etc.

To Reproduce await appinioSocialShare.iOS.shareToInstagramStory( 'xxx', attributionURL: "test" ).then((value) { Navigator.push( context, MaterialPageRoute( builder: (context) => DetailsScreen( data: [ restaurant, context.read<AuthBloc>().state.user, 1, context.read<AuthBloc>().state.user!.fcm_token, ], ), ), ); });

Expected behavior No link should be shared

Screenshots IMG_4FE512303597-1

jakobheb avatar Oct 22 '24 07:10 jakobheb

Did you find a workwround? I am facing the same issue

goops17 avatar Oct 23 '24 11:10 goops17

The same with me.

siddhinho avatar Oct 25 '24 19:10 siddhinho

This is not an issue from this package. Happens with e.g. the Spotify app as well when sharing to Instagram on there. Is probably an issue on Instagram's side.

nicklbaert avatar Oct 30 '24 16:10 nicklbaert

I think this is a problem on Instagram side to. But for me in the Spotify app the same not occur. I think this is a little bit strange.

siddhinho avatar Oct 30 '24 20:10 siddhinho