step 12 : ubah dari nomitism ke google apis untuk address

This commit is contained in:
sindhu
2024-08-28 10:34:27 +07:00
parent 102760babc
commit 40453ab16b
9 changed files with 142 additions and 18 deletions

View File

@@ -63,8 +63,8 @@ class MyApp extends StatelessWidget {
),
// home: TestMap(),
// initialRoute: loginRoute,
home: TestFlutterWebMap(),
initialRoute: loginRoute,
// home: TestFlutterWebMap(),
// initialRoute: testFlutterMapRoute,
onGenerateRoute: AppRoute.generateRoute,
);