Embed YouTube Videos in Flutter [closed]

2019-03-20 17:38发布

问题:

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:

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