Undo a change

This commit is contained in:
ashilkn 2023-10-04 09:53:28 +05:30
parent 044e82b96f
commit 6486bfdb45

View file

@ -276,8 +276,7 @@ class _VideoWidgetState extends State<VideoWidget> {
_chewieController = ChewieController(
videoPlayerController: _videoPlayerController!,
aspectRatio: _videoPlayerController!.value.aspectRatio,
// autoPlay: widget.autoPlay!,
autoPlay: true,
autoPlay: widget.autoPlay!,
autoInitialize: true,
looping: true,
allowMuting: true,