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