step 10 : check distance selfie or not from back end

This commit is contained in:
sindhu
2024-01-26 10:53:46 +07:00
parent 757b72a9f0
commit 1af974881a
10 changed files with 751 additions and 159 deletions

View File

@@ -0,0 +1,4 @@
import 'package:absensi_sas_flutter/model/check_distance_model.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
final currentCheckDistanceProvider = StateProvider<CheckDistanceModel?>((ref) => null);