jakky1 / video_player_win

Flutter video player for Windows, lightweight, using Windows built-in Media Foundation API. Windows implementation of the video_player plugin.
BSD 3-Clause "New" or "Revised" License
35 stars 11 forks source link

Player background #40

Closed zakiroof closed 3 months ago

zakiroof commented 3 months ago

The player has a black background. Apparently, line 324 is responsible for this. Is there a way to override this somehow? Black color doesnt fit into our design.

https://github.com/jakky1/video_player_win/blob/b807019755f0340dc57b79b0d34a90fe4621ab09/lib/video_player_win.dart#L321-L334

jakky1 commented 3 months ago

Fixed.

Please try the new version 2.3.10

zakiroof commented 3 months ago

It works like a charm. Thanks for fixing