You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use flutter_share to share an image with description as a LinkedIn Post, but the image won't be attached in the post.
Facebook for example works perfectly.
What do I have to change so that LinkedIn works too? Or does it need an other solution than flutter_share?
Thanks for help!
Future shareFile2(tempDir) async {
await FlutterShare.shareFile(
title: 'Title',
text: 'This is the description.',
filePath: '${tempDir.path}/myImage.png'
);
}
The text was updated successfully, but these errors were encountered:
I tried to use flutter_share to share an image with description as a LinkedIn Post, but the image won't be attached in the post.
Facebook for example works perfectly.
What do I have to change so that LinkedIn works too? Or does it need an other solution than flutter_share?
Thanks for help!
Future shareFile2(tempDir) async {
The text was updated successfully, but these errors were encountered: