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

@@ -45,8 +45,8 @@ class MyApp extends StatelessWidget {
primarySwatch: Colors.orange,
),
// home: TestMap(),
// initialRoute: loginRoute,
initialRoute: presensiRoute,
initialRoute: loginRoute,
// initialRoute: presensiRoute,
// initialRoute: testFlutterMapRoute,
onGenerateRoute: AppRoute.generateRoute,
);