MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Null Check operator used on a null value

hussainint opened this issue · comments

This error pops out on clicking Sign up Button

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

How to fix the issue while sign up? (first time app opens) @hussainint @MCarlomagno