Hi, i try this package with facebook share in android, the result is my application getting crash.
This is the console log how the crash happened:

Version:
flutter_social_content_share: ^0.0.4
My code:
FlutterSocialContentShare.share(
type: ShareType.facebookWithoutImage,
url: url,
quote: "$caption \n\nSimak Disini: \n$url"
);
Hi, i try this package with facebook share in android, the result is my application getting crash.
This is the console log how the crash happened:

Version:
flutter_social_content_share: ^0.0.4
My code: