appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

make filePath in shareToFacebook optional #134

Closed stngcoding closed 1 year ago

stngcoding commented 1 year ago

Currently the function required two params (hashtag, filePath), This is kinda weird because I can't share text only post

khanmujeeb687 commented 1 year ago

Hey @stngcoding , we cannot share text. So we share hashtags. That's why the argument is named hashtag. And sharing only hashtags does not make sense so we share files also. If you have a fix to share only text, please create a PR and I will merge it.