João Pegoraro

Results 2 comments of João Pegoraro

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, ); }, ),...