flutter_youtube_view
flutter_youtube_view copied to clipboard
change player State from String to enum
It's hard to conditional check for State if it's String. We should change it to enum for clarity.