step 15 : buat custom google map widget

This commit is contained in:
sindhu
2024-08-28 15:46:38 +07:00
parent e06bd02a21
commit ab9089f8b4
3 changed files with 135 additions and 2 deletions

View File

@@ -65,9 +65,9 @@ class MyApp extends StatelessWidget {
),
// home: TestMap(),
// initialRoute: loginRoute,
initialRoute: loginRoute,
// home: TestMapFlutterWeb(),
home:TestMapX(),
// home:TestMapX(),
// initialRoute: testFlutterMapRoute,
onGenerateRoute: AppRoute.generateRoute,
);