Skip to content

Instantly share code, notes, and snippets.

@redbluenat
Created March 24, 2019 21:38
Show Gist options
  • Save redbluenat/db9bb37d1e643647afc231253be5a555 to your computer and use it in GitHub Desktop.
Save redbluenat/db9bb37d1e643647afc231253be5a555 to your computer and use it in GitHub Desktop.
Widget cameraPreviewWidget() {
if (!isReady || !controller.value.isInitialized) {
return Container();
}
return AspectRatio(
aspectRatio: controller.value.aspectRatio,
child: CameraPreview(controller));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment