Cesar Almeida
Cesar Almeida
Hi, i have one question, Your browser requests you permission for camera usage ? please try to add camera web dependency. In your pubspec.yaml camera_web: ^0.3.3
After testing, I found that the issue is caused by the use of androidx.compose.material3 inside kmpauth-uihelper, which is not available in the iOS target. Workaround that fixed the issue: Using...
After testing, I found that the issue is caused by the use of androidx.compose.material3 inside kmpauth-uihelper, which is not available in the iOS target. Workaround that fixed the issue: Using...