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.
相关问题
- YouTube API refresh token revoked with 400 code “i
- Flutter : Prepare list data from http request
- How to schedule an alarm on specific time in Flutt
- MappedListIterable is not a SubType
- 'firebase_messaging/FirebaseMessagingPlugin.h&
相关文章
- Observatory server failed to start - Fails to crea
- Flutter error retrieving device properties for ro.
- Adding Shadows at the bottom of a container in flu
- Flutter. Check if a file exists before loading it
- Flutter - http.get fails on macos build target: Co
- Receive share file intents with Flutter
- Do stateless widgets dispose on their own?
- How to clean your build with Flutter RP2 in Androi
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