From aabf5f24904ab817c41b0ff5941fa5b68e2ba68d Mon Sep 17 00:00:00 2001 From: fmk Date: Thu, 8 Jul 2021 18:56:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/union/union_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/union/union_page.dart b/lib/union/union_page.dart index 03b9253b..441c9e1b 100644 --- a/lib/union/union_page.dart +++ b/lib/union/union_page.dart @@ -220,7 +220,7 @@ class _UnionPage extends State with AutomaticKeepAliveClientMixin { textDirection: Directionality.of(context), size: Size(35.w, 35.h), platform: defaultTargetPlatform, - ), "assets/image/icon_map_marker.png", mipmaps: false); + ), "assets/image/icon_map_marker.png"); markers.addAll(storeList.map((element) => Marker( position: LatLng(double.tryParse(element.latitude),