Open mikemilla opened 1 month ago
Player doesn't support clipping it's widget to a ClipRect
ClipRect
BetterPlayerConfiguration betterPlayerConfiguration = BetterPlayerConfiguration( fit: BoxFit.cover, ); ... Widget _buildVideoPlayer() { return ClipRect( child: BetterPlayer( controller: _betterPlayerController, ), ); }
Player doesn't support clipping it's widget to a
ClipRect