MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.
BSD 3-Clause "New" or "Revised" License
385 stars 193 forks source link

Camera service null issue #66

Open InsyAravinth opened 9 months ago

InsyAravinth commented 9 months ago

when I click sign up button getting below error :

Unhandled Exception: 'package:face_net_authentication/services/camera.service.dart': Failed assertion: line 66 pos 9: '_cameraController!.value.previewSize != null': Preview size is null

image

Thanks in advance for your help.