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!
Asked
Active
Viewed 3,215 times
1 Answers
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
-
BTW: Implementing this could be a good topic for a new package – NiklasLehnfeld Aug 07 '20 at 22:05
-
I am a newbie on flutter coming from native development. Thanks for this, I will try it immediately. – Kl3jvi Aug 07 '20 at 22:42
-
Please don't forget to accept the answer if it worked, thanks :) – NiklasLehnfeld Aug 07 '20 at 23:03