PLGuerraDesigns / portfolio

Portfolio website powered by Flutter
https://plguerradesigns.github.io/portfolio/
1 stars 0 forks source link

Local Video Player restarts when toggling media browser #3

Closed PLGuerraDesigns closed 3 months ago

PLGuerraDesigns commented 8 months ago

The local video player restarts when setState is called on the details screen.

A potential fix is to move the video controller outside the MediaPlayer widget.