Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share Image and Text [LinkedIn] #21

Open
Dfisch3r opened this issue Jul 5, 2020 · 1 comment
Open

Share Image and Text [LinkedIn] #21

Dfisch3r opened this issue Jul 5, 2020 · 1 comment

Comments

@Dfisch3r
Copy link

Dfisch3r commented Jul 5, 2020

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'
);
}
@aharoldk
Copy link

i got same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants