João Pegoraro
Results
2
comments of
João Pegoraro
Any new updates on this?
While that's not fixed, using the YoutubePlayerScaffold works to customize the player: ```dart YoutubePlayerScaffold( controller: _youtubeController, builder: (_, Widget player) { return ClipRRect( borderRadius: BorderRadius.circular(8.0), child: player, ); }, ),...