hyzp_ybqx-Commit019:按照commonFun.dart文件中的 App统一全局区县切換方法-OK 完美切换到 hyzp_ybqx01_cuiping 版本

R:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\lib\components\commonFun.dart
This commit is contained in:
WinUser01
2021-12-15 15:36:11 +08:00
parent 2a46a146a3
commit 43e1f37240
57 changed files with 161 additions and 157 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.flutter.hyzp_ybqx00_yibin">
package="com.flutter.hyzp_ybqx01_cuiping">
<!-- * What went wrong:
Execution failed for task ':app:generateDebugBuildConfig'.
> org.xml.sax.SAXParseException; systemId: file:/R:/FlutterProject/FlutterProject33/hyzp_ybqx/android/app/src/main/AndroidManifest.xml; lineNumber: 69; columnNumber: 48; ��Ԫ
@@ -37,9 +37,9 @@
<!-- android:label="宜宾黑烟抓拍"-->
<!-- android:label="宜宾市翠屏黑烟抓拍"-->
<application
android:name="com.flutter.hyzp_ybqx00_yibin.MyApplication"
android:name="com.flutter.hyzp_ybqx01_cuiping.MyApplication"
android:icon="@mipmap/ic_launcher"
android:label="宜宾黑烟抓拍"
android:label="宜宾市翠屏黑烟抓拍"
android:networkSecurityConfig="@xml/network_security_config"
android:usesCleartextTraffic="true"
tools:replace="android:label">
@@ -1,4 +1,4 @@
package com.flutter.hyzp_ybqx00_yibin;
package com.flutter.hyzp_ybqx01_cuiping;
import io.flutter.embedding.android.FlutterActivity;
@@ -1,4 +1,4 @@
package com.flutter.hyzp_ybqx00_yibin;
package com.flutter.hyzp_ybqx01_cuiping;
import com.baidu.flutter_bmfbase.BmfMapApplication;
@@ -16,7 +16,7 @@
<item android:top="37.5dp">
<bitmap
android:gravity="fill"
android:src="@mipmap/hyzp_ybqx00_yibin_launche" />
android:src="@mipmap/hyzp_ybqx01_cuiping_launche" />
</item>
</layer-list>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 854 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

+1 -1
View File
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.flutter.hyzp_ybqx00_yibin">
package="com.flutter.hyzp_ybqx01_cuiping">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->