In my Flutter Application, I am using a OrientationBuilder
widget to change my layout based on the current orientation.
But the animation occuring when the widgets change position doesn't look smooth, and the scaling on UI elements temporarely becomes weird.
Is there a way to implement an orientation change, such that the elements just stay in their positions, and rotate themselves?
I have left out the camera screen in the flutter App, as this is only about the onscreen controlls. The camera view itself isn't the issue!
