Meriç Şen

Results 1 comments of Meriç Şen

I also experienced this issue and temporarily resolved it by adjusting the code as follows: ```dart Center( child: SizedBox( width: mediaSize.width, height: mediaSize.height, child: AspectRatio( aspectRatio: 1, child: CameraAwesomeBuilder.custom( previewFit:...