diff --git a/lib/components/UserInfo.dart b/lib/components/UserInfo.dart index 08b0e97..70cb54c 100644 --- a/lib/components/UserInfo.dart +++ b/lib/components/UserInfo.dart @@ -78,6 +78,12 @@ class UserInfo { service_tel = ''; copyright_info = '© ' + qx_name_long + '生态环境局 版权所有' + service_tel; copyright_info_PinYin = 'YIBIN CUIPING BLACK SMOKE CAR CAPTURE SYSTEM'; + // I/flutter ( 5196): mapPoi = {text: 半边山, pt: {latitude: 28.768529585269228, longitude: 104.54945742538702}, uid: 0373889107c0ee8d3fe23180} + // D/OverlayHandlerFactory( 5196): dispatchMethodHandler: flutter_bmfmap/map/getZoomLevel + // I/flutter ( 5653): 点击底图空白处响应:coordinate = {latitude: 28.769550682223482, longitude: 104.5675762475173} + // D/OverlayHandlerFactory( 5653): dispatchMethodHandler: flutter_bmfmap/map/getZoomLevel + center_latitude = 28.768529585269228; // 区县中心纬度 + center_longitude = 104.5675762475173; // 区县中心经度 break; case 511505: // 三江新区 qx_name_long = '宜宾' + qx_name; diff --git a/pubspec.yaml b/pubspec.yaml index 30af0b8..e659e66 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -57,7 +57,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 上传软件时可以不加后面的 +20220124,否则二维码扫码后无法直接下载 #version: 1.4.15+20220124 #version: 1.4.16+20220126 -version: 1.4.17+20220227 +#version: 1.4.17+20220227 +version: 1.4.18+20220302 environment: sdk: ">=2.7.0 <3.0.0"