79804682

Date: 2025-10-30 11:10:14
Score: 1
Natty:
Report link

Add 'https://www.youtube-nocookie.com' in origin

 _controller = YoutubePlayerController(
   params: const YoutubePlayerParams(
     showControls: true,
     mute: false,
     showFullscreenButton: true,
     loop: false,
     origin: 'https://www.youtube-nocookie.com', // add this line
   ),
 );

_controller.loadVideoById(videoId: YoutubePlayerController.convertUrlToId("https://www.youtube.com/watch?v=_57oC8Sfp-I")??'');
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AFAQ AWAN