Embed YouTube Videos in Flutter [closed]

2019-03-20 17:44发布

I'm looking to embed youtube videos in a flutter application is there any documentation or examples of how to do so. Its a bit unclear if this is supported at this time.

1条回答
家丑人穷心不美
2楼-- · 2019-03-20 18:24

UPDATE

Here is flutter plugin for Youtube . Dartlang package link for same.

There is no way you can do that with flutter for now. You will have to use webview for this purpose which actually sucks. I hope there will some plugin for this in future. Also there is an open issue for this on github

查看更多
登录 后发表回答