-3

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?

1 Answers1

1

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.

ambiguous58
  • 1,241
  • 1
  • 9
  • 18