appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
191 stars 220 forks source link

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

Open jakobheb opened 4 days ago

jakobheb commented 4 days ago

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

goops17 commented 3 days ago

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

siddhinho commented 1 day ago

The same with me.