Skip to content

Conversation

@mwvarela
Copy link

Must remove cameraSide different from the one passed to CameraCamera()

CameraCamera(
          cameraSide: CameraSide.back,
          onFile: (file) {
            photos.add(file);
            Navigator.pop(context);
            setState(() {});
          },
        ),

@gabuldev
Copy link
Owner

gabuldev commented Mar 4, 2025

Should you explain the motivation for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants