Search code examples
androidiosflutteryoutubesubscribe

Can I add a youtube subscribe button to my flutter app?


I want to add a youtube subscribe button to my flutter app just like you do on web pages ( https://developers.google.com/youtube/youtube_subscribe_button ). Are there any methods for this?


Solution

  • You can build your own button. It should have a youtube subscribe link, which you get by using your channel's URL and adding ?sub_confirmation=1 at the end. If you want the subscriber count you can get it from Youtube's API.