fluttercommunity/chewie

option to remove large "play" button

Aberta

#494 aberto em 13 de jun. de 2021

 (0 comentário) (0 reação) (0 responsável)Dart (1.079 forks)github user discovery
enhancementgood first issue

Métricas do repositório

Stars
 (2.062 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

The large play button used in the updated MaterialControls is covering large part of the video when player is used in a list view widget.

Please add an option to disable/hide this "play" button or give an option to extend/overwrite MaterialControls class to customize controls UI. E.g. make _buildHitArea() non-private, or move CenterPlayButton creation into a separate non-private method.

Guia do colaborador