From 3221be6646d06cd04c5c5b2e453ff4d798cad3f4 Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Thu, 5 Dec 2024 19:49:10 +0800 Subject: [PATCH 1/4] =?UTF-8?q?connectivity=5Fplus=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- OAT.xml | 39 ------------------- .../example/ohos/entry/oh-package.json5 | 5 +-- .../example/ohos/hvigor/hvigor-config.json5 | 3 ++ .../connectivity_plus/example/pubspec.yaml | 2 - 4 files changed, 4 insertions(+), 45 deletions(-) diff --git a/OAT.xml b/OAT.xml index 75e2c5cc..3aacf4a0 100644 --- a/OAT.xml +++ b/OAT.xml @@ -93,51 +93,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/connectivity_plus/connectivity_plus/example/ohos/entry/oh-package.json5 b/packages/connectivity_plus/connectivity_plus/example/ohos/entry/oh-package.json5 index 91b4e120..803b2529 100644 --- a/packages/connectivity_plus/connectivity_plus/example/ohos/entry/oh-package.json5 +++ b/packages/connectivity_plus/connectivity_plus/example/ohos/entry/oh-package.json5 @@ -5,8 +5,5 @@ "main": "", "author": "", "license": "", - "dependencies": { - "integration_test": "file:../har/integration_test.har", - "connectivity_plus": "file:../har/connectivity_plus.har" - } + "dependencies": {} } \ No newline at end of file diff --git a/packages/connectivity_plus/connectivity_plus/example/ohos/hvigor/hvigor-config.json5 b/packages/connectivity_plus/connectivity_plus/example/ohos/hvigor/hvigor-config.json5 index 941ccf5d..898c353a 100644 --- a/packages/connectivity_plus/connectivity_plus/example/ohos/hvigor/hvigor-config.json5 +++ b/packages/connectivity_plus/connectivity_plus/example/ohos/hvigor/hvigor-config.json5 @@ -1,5 +1,8 @@ { "modelVersion": "5.0.0", "dependencies": { + }, + "properties": { + "ohos.nativeResolver": false } } diff --git a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml index caa350d3..75194037 100644 --- a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml @@ -30,8 +30,6 @@ dev_dependencies: sdk: flutter flutter_test: sdk: flutter - integration_test: - sdk: flutter test: ^1.16.4 flutter_lints: ^2.0.1 -- Gitee From 89b040bf2ad83c13c7f761a99e5d35d582414597 Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Thu, 5 Dec 2024 20:08:05 +0800 Subject: [PATCH 2/4] =?UTF-8?q?device=5Finfo=5Fplus=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- .../device_info_plus/example/ohos/entry/oh-package.json5 | 5 +---- .../device_info_plus/example/ohos/hvigor/hvigor-config.json5 | 3 +++ .../device_info_plus/device_info_plus/example/pubspec.yaml | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/device_info_plus/device_info_plus/example/ohos/entry/oh-package.json5 b/packages/device_info_plus/device_info_plus/example/ohos/entry/oh-package.json5 index 38d61bd0..803b2529 100644 --- a/packages/device_info_plus/device_info_plus/example/ohos/entry/oh-package.json5 +++ b/packages/device_info_plus/device_info_plus/example/ohos/entry/oh-package.json5 @@ -5,8 +5,5 @@ "main": "", "author": "", "license": "", - "dependencies": { - "integration_test": "file:../har/integration_test.har", - "device_info_plus": "file:../har/device_info_plus.har" - } + "dependencies": {} } \ No newline at end of file diff --git a/packages/device_info_plus/device_info_plus/example/ohos/hvigor/hvigor-config.json5 b/packages/device_info_plus/device_info_plus/example/ohos/hvigor/hvigor-config.json5 index 941ccf5d..898c353a 100644 --- a/packages/device_info_plus/device_info_plus/example/ohos/hvigor/hvigor-config.json5 +++ b/packages/device_info_plus/device_info_plus/example/ohos/hvigor/hvigor-config.json5 @@ -1,5 +1,8 @@ { "modelVersion": "5.0.0", "dependencies": { + }, + "properties": { + "ohos.nativeResolver": false } } diff --git a/packages/device_info_plus/device_info_plus/example/pubspec.yaml b/packages/device_info_plus/device_info_plus/example/pubspec.yaml index c0649cad..8e6e3436 100644 --- a/packages/device_info_plus/device_info_plus/example/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus/example/pubspec.yaml @@ -12,8 +12,6 @@ dev_dependencies: sdk: flutter flutter_test: sdk: flutter - integration_test: - sdk: flutter flutter_lints: ^2.0.1 flutter: -- Gitee From c7372822a04d3bec5ac20c373b911018f9cbc5c4 Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Thu, 5 Dec 2024 20:11:43 +0800 Subject: [PATCH 3/4] =?UTF-8?q?package=5Finfo=5Fplus=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- .../package_info_plus/example/ohos/entry/oh-package.json5 | 5 +---- .../example/ohos/hvigor/hvigor-config.json5 | 3 +++ .../package_info_plus/package_info_plus/example/pubspec.yaml | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/package_info_plus/package_info_plus/example/ohos/entry/oh-package.json5 b/packages/package_info_plus/package_info_plus/example/ohos/entry/oh-package.json5 index 6aa2676d..803b2529 100644 --- a/packages/package_info_plus/package_info_plus/example/ohos/entry/oh-package.json5 +++ b/packages/package_info_plus/package_info_plus/example/ohos/entry/oh-package.json5 @@ -5,8 +5,5 @@ "main": "", "author": "", "license": "", - "dependencies": { - "integration_test": "file:../har/integration_test.har", - "package_info_plus": "file:../har/package_info_plus.har" - } + "dependencies": {} } \ No newline at end of file diff --git a/packages/package_info_plus/package_info_plus/example/ohos/hvigor/hvigor-config.json5 b/packages/package_info_plus/package_info_plus/example/ohos/hvigor/hvigor-config.json5 index 941ccf5d..898c353a 100644 --- a/packages/package_info_plus/package_info_plus/example/ohos/hvigor/hvigor-config.json5 +++ b/packages/package_info_plus/package_info_plus/example/ohos/hvigor/hvigor-config.json5 @@ -1,5 +1,8 @@ { "modelVersion": "5.0.0", "dependencies": { + }, + "properties": { + "ohos.nativeResolver": false } } diff --git a/packages/package_info_plus/package_info_plus/example/pubspec.yaml b/packages/package_info_plus/package_info_plus/example/pubspec.yaml index 2dac6382..1c0e5d5f 100644 --- a/packages/package_info_plus/package_info_plus/example/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/example/pubspec.yaml @@ -15,8 +15,6 @@ dependencies: dev_dependencies: build_runner: ^2.3.3 - integration_test: - sdk: flutter flutter_driver: sdk: flutter flutter_lints: ^2.0.1 -- Gitee From 19311ff975cfd58ef61c9c0ab81ca3fba95cf4e5 Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Thu, 5 Dec 2024 20:15:21 +0800 Subject: [PATCH 4/4] =?UTF-8?q?share=5Fplus=E4=BF=AE=E5=A4=8D=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- .../share_plus/example/ohos/entry/oh-package.json5 | 8 +------- .../share_plus/example/ohos/hvigor/hvigor-config.json5 | 3 +++ packages/share_plus/share_plus/example/pubspec.yaml | 2 -- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/packages/share_plus/share_plus/example/ohos/entry/oh-package.json5 b/packages/share_plus/share_plus/example/ohos/entry/oh-package.json5 index b478be94..803b2529 100644 --- a/packages/share_plus/share_plus/example/ohos/entry/oh-package.json5 +++ b/packages/share_plus/share_plus/example/ohos/entry/oh-package.json5 @@ -5,11 +5,5 @@ "main": "", "author": "", "license": "", - "dependencies": { - "file_selector_ohos": "file:../har/file_selector_ohos.har", - "image_picker_ohos": "file:../har/image_picker_ohos.har", - "path_provider_ohos": "file:../har/path_provider_ohos.har", - "integration_test": "file:../har/integration_test.har", - "share_plus": "file:../har/share_plus.har" - } + "dependencies": {} } \ No newline at end of file diff --git a/packages/share_plus/share_plus/example/ohos/hvigor/hvigor-config.json5 b/packages/share_plus/share_plus/example/ohos/hvigor/hvigor-config.json5 index 941ccf5d..898c353a 100644 --- a/packages/share_plus/share_plus/example/ohos/hvigor/hvigor-config.json5 +++ b/packages/share_plus/share_plus/example/ohos/hvigor/hvigor-config.json5 @@ -1,5 +1,8 @@ { "modelVersion": "5.0.0", "dependencies": { + }, + "properties": { + "ohos.nativeResolver": false } } diff --git a/packages/share_plus/share_plus/example/pubspec.yaml b/packages/share_plus/share_plus/example/pubspec.yaml index f5bf531d..7cdb57fd 100644 --- a/packages/share_plus/share_plus/example/pubspec.yaml +++ b/packages/share_plus/share_plus/example/pubspec.yaml @@ -44,8 +44,6 @@ dev_dependencies: sdk: flutter flutter_test: sdk: flutter - integration_test: - sdk: flutter flutter_lints: ^2.0.1 flutter: -- Gitee