social_share icon indicating copy to clipboard operation
social_share copied to clipboard

share twitter is not working with url.

Open ilyoungkim opened this issue 3 years ago • 0 comments

//without hashtags SocialShare.shareTwitter("This is Social Share plugin");

//with hashtags SocialShare.shareTwitter( "This is Social Share twitter example", hashtags: ["hello", "world", "foo", "bar"]);

//with hashtags and link SocialShare.shareTwitter( "This is Social Share twitter example", hashtags: ["hello", "world", "foo", "bar"],url:"https://your-url-here/");

[√] Flutter (Channel stable, 2.5.2, on Microsoft Windows [Version 10.0.19043.1237], locale ko-KR)

target platform and compiler 29.

ilyoungkim avatar Oct 09 '21 16:10 ilyoungkim