ShekarMudaliyar / social_share

Flutter package to share images/videos/text on social media
https://pub.dev/packages/social_share
MIT License
108 stars 180 forks source link

2.1.1 shareInstagramStory crashes #61

Open vincentliu98 opened 3 years ago

vincentliu98 commented 3 years ago

Prior to upgrading, 2.0.5 worked fine. After upgrading to 2.1.1 with Flutter 2, SocialShare.shareInstagramStory crashes with this error: -[NSNull length]: unrecognized selector sent to instance 0x207554a00

silvio-87 commented 3 years ago

Downgrade to old version using: social_share: '2.0.5'

vincentliu98 commented 3 years ago

Downgrade to old version using: social_share: '2.0.5'

Then there's a conflict with my path_provider version... I guess I will wait till the issue is fixed.

jkronlachner commented 3 years ago

possible duplicate of #66