简体   繁体   中英

How to share content from other social medias to my flutter app

I'm trying to find a way to share content from other social medias (ex TikTok, Instagram, Facebook etc) to my flutter app, now what I can't figure out is how to first get the url link of that post that is on other social medias into my app, then display an image/frame/thumbnail of that video into my app and lastly when I click that thumbnail/frame/image it will redirect me to that post through a web-view.

What I got so far is just a WebView widget from the webview_flutter package with which I'm trying to get only the first frame of the video and display it on the screen then when I click on it redirect me to the actual post through a WebView but so far no luck on this from my side:(.

Does anyone have any idea how do I even start or solve this?

you can use share_plus package https://pub.dev/packages/share_plus but i think u cant customized the UI

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM