From 5738ebde4f078ad724a92046b8c9b3c2c340ffcc Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Mon, 21 Apr 2025 23:39:59 -0700 Subject: [PATCH] ensure that show my location button and compass show --- lib/main.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/main.dart b/lib/main.dart index f1228ae..0eb02ae 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -188,6 +188,8 @@ class SignMapScreenState extends State { scrollGesturesEnabled: true, tiltGesturesEnabled: true, rotateGesturesEnabled: true, + myLocationButtonEnabled: true, + compassEnabled: true, mapType: MapType.normal, onMapCreated: (controller) { mapController = controller;