Attendance validation involving Location Detection + Facial Recoginition with Liveness Detection

This commit is contained in:
2026-03-07 23:46:43 +08:00
parent 52ef36faac
commit 3dbebd4006
25 changed files with 4840 additions and 361 deletions
+3
View File
@@ -0,0 +1,3 @@
export 'face_verification_stub.dart'
if (dart.library.io) 'face_verification_mobile.dart'
if (dart.library.js_interop) 'face_verification_web.dart';