appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

is the package supports youtube links 🎥 🖇️ #104

Closed abdorizak closed 1 year ago

abdorizak commented 1 year ago

is the package supports youtube links?

khanmujeeb687 commented 1 year ago

Hey @abdorizak , You can't use this plugin for playing YouTube videos. It doesn't support that. You can play videos from network but it should be video (ends with a valid extension). YouTube videos are different.

You need to use something like youtube_player_flutter, or youtube_explode_dart. You can search other plugins on pub for this as well.