I am developing a Flutter application that displays videos from users' YouTube channels without the need to open the YouTube app. I found the youtube_player_flutter library (https://pub.dev/packages/youtube_player_flutter) which seems to be suitable for this purpose as it allows displaying videos without using the YouTube API v3. However, I want to make sure that using this library will not violate YouTube's terms of service and that my application will still be able to be uploaded to the Google Play store. Additionally, I will be using the YouTube API v3 to connect to users' accounts and access their channels to ensure that they are the actual owners of the channels. Can you provide me with more information about this and if there are any precautions or steps that I should take before proceeding?
↧