1

I am trying to create an streaming app and I can't find an useful package to use for this case everything works just as an embedded view. I wish there was a package or anything customizable for this case if anybody can help this would be awesome, Thanks!

Kl3jvi
  • 105
  • 2
  • 10

1 Answers1

1

There was already a similar question about that with a very good answer here.

As far as I understand, the VideoPlayer doesn't know anything about where it is, but rather just expands to fit within the given space the best it can. I believe what you want to do is use a RotatedBox as a parent of the video and set the rotation value. [...]

NiklasLehnfeld
  • 984
  • 6
  • 14