can i play video without the widget tree? #141
-
hi,can i play video without the widget tree?i just want to play in a new native window like the early version? |
Beta Was this translation helpful? Give feedback.
Answered by
alexmercerind
May 27, 2022
Replies: 2 comments
-
This isn't actually configurable presently. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Create Player player = Player(
id: 1234,
videoDimensions: const VideoDimensions(0, 0),
); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alexmercerind
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create
Player
instance by passingVideoDimensions
as0
.