With the "camera" package 0.11.0+, the "camera_android_camerax" package is the default package for Android, and it causes the orientation problem.
You don't need to downgrade the camera package. Just add the "camera_android" package for it. ;)
$ flutter pub add camera_android