Add ext_video_player for Youtube support#619
Add ext_video_player for Youtube support#619prateekmedia wants to merge 2 commits intofluttercommunity:masterfrom
Conversation
|
Ok, so this might be a bit too restrictive. The reason being is that if the user wants to only use a version of Ideally speaking, the best approach to support different types of video sources is to create an abstraction over the default @brianegan I am curious on your thoughts regarding this, since abstracting away the video player controller might be the way to go in terms of providing multiple video sources outside of |
|
@diegotori You are right, I will close this as currently I don't have the knowledge to create that. |
|
@prateekmedia all you would have to do is create a base class that can be used for wrapping the video player controller's functions. Then create a concrete implementation that takes in a This will definitely be a breaking change, so migration documentation is a MUST for this. It must allow a user to maintain their existing |
|
And will the new implementation needed to be renamed? And if yes what will it be. |
A successor of #505