Flutter Youtube Video Upload

Viewed 1021

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

1 Answers

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.

Related