ShekarMudaliyar / social_share

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

I got exception: type 'String' is not a subtype of type 'bool?' in type cast #141

Open PhongNgo1776 opened 1 year ago

PhongNgo1776 commented 1 year ago

I run my app and got issue on crashlytic:

image

I debugged and found the issue is from this:

image
burak-kurtarir-epam commented 1 year ago

Same issue for me and I use social_share: ^2.3.1

ehtiqamar commented 1 year ago

Same Issue for me, I'm using social_share: ^2.3.1.

sonny-SW-Developer commented 1 year ago

Same Issue in social_share: ^2.3.1.

gupta-shrinath commented 11 months ago

You can find the solution by @goneall here