Flutter Youtube Video Upload

815

Google provides API tools for YouTube. You can learn more here.

Furthermore, there is a package that implements that same api in a more friendly way, as shown here.

Share:
815
Marc Sanny
Author by

Marc Sanny

I develop flutter mobile and web apps + unity mobile games.

Updated on December 23, 2022

Comments

  • Marc Sanny
    Marc Sanny over 1 year

    I would like to know if there is any method or api to upload videos to youtube directly from my flutter application? One way would be to use webview, but it's not so comfortable and user-friendly. Thank You very much for any suggestions

  • Jan F.
    Jan F. over 3 years
    This package doesn't include the upload functionality yet.
  • António Oliveira
    António Oliveira over 3 years
    @JanF. Then I'm afraid there you will have to deep dive into the YouTube API page. And even then, I don't know if they support uploading. That is your objective, go for it :D.