From 1d2c0ae7b52798806a7566aabafa740932558469 Mon Sep 17 00:00:00 2001 From: SimpleLove520 <1960997571@qq.com> Date: Wed, 15 May 2024 19:51:38 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SimpleLove520 <1960997571@qq.com> --- dev_packages/generators/pubspec.yaml | 8 +++-- flutter_inappwebview/pubspec.yaml | 36 +++++++++++++------ flutter_inappwebview_android/pubspec.yaml | 6 ++-- flutter_inappwebview_ios/pubspec.yaml | 6 ++-- flutter_inappwebview_macos/pubspec.yaml | 6 ++-- flutter_inappwebview_ohos/pubspec.yaml | 6 ++-- .../pubspec.yaml | 6 ++-- flutter_inappwebview_web/pubspec.yaml | 6 ++-- 8 files changed, 55 insertions(+), 25 deletions(-) diff --git a/dev_packages/generators/pubspec.yaml b/dev_packages/generators/pubspec.yaml index 285f989f..7c54b1e7 100755 --- a/dev_packages/generators/pubspec.yaml +++ b/dev_packages/generators/pubspec.yaml @@ -12,8 +12,12 @@ dependencies: sdk: flutter build: ^2.4.0 source_gen: ^1.3.1 - flutter_inappwebview_internal_annotations: - path: ../flutter_inappwebview_internal_annotations + flutter_inappwebview_internal_annotations: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "/dev_packages/flutter_inappwebview_internal_annotations" + + dev_dependencies: build_runner: ^2.4.0 diff --git a/flutter_inappwebview/pubspec.yaml b/flutter_inappwebview/pubspec.yaml index 369ca05f..778bce54 100755 --- a/flutter_inappwebview/pubspec.yaml +++ b/flutter_inappwebview/pubspec.yaml @@ -18,18 +18,32 @@ environment: dependencies: flutter: sdk: flutter - flutter_inappwebview_platform_interface: - path: "../flutter_inappwebview_platform_interface" + flutter_inappwebview_platform_interface: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_platform_interface" flutter_inappwebview_android: - path: "../flutter_inappwebview_android" - flutter_inappwebview_ios: - path: "../flutter_inappwebview_ios" - flutter_inappwebview_macos: - path: "../flutter_inappwebview_macos" - flutter_inappwebview_web: - path: "../flutter_inappwebview_web" - flutter_inappwebview_ohos: - path: "../flutter_inappwebview_ohos" + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_android" + flutter_inappwebview_ios: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_ios" + flutter_inappwebview_macos: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_macos" + flutter_inappwebview_web: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_web" + flutter_inappwebview_ohos: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_ohos" + + dev_dependencies: flutter_test: diff --git a/flutter_inappwebview_android/pubspec.yaml b/flutter_inappwebview_android/pubspec.yaml index 882e2ff8..7b952054 100644 --- a/flutter_inappwebview_android/pubspec.yaml +++ b/flutter_inappwebview_android/pubspec.yaml @@ -18,8 +18,10 @@ environment: dependencies: flutter: sdk: flutter - flutter_inappwebview_platform_interface: - path: "../flutter_inappwebview_platform_interface" + flutter_inappwebview_platform_interface: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_platform_interface" dev_dependencies: flutter_test: diff --git a/flutter_inappwebview_ios/pubspec.yaml b/flutter_inappwebview_ios/pubspec.yaml index 0100e728..d319e6d2 100644 --- a/flutter_inappwebview_ios/pubspec.yaml +++ b/flutter_inappwebview_ios/pubspec.yaml @@ -18,8 +18,10 @@ environment: dependencies: flutter: sdk: flutter - flutter_inappwebview_platform_interface: - path: "../flutter_inappwebview_platform_interface" + flutter_inappwebview_platform_interface: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_platform_interface" dev_dependencies: flutter_test: diff --git a/flutter_inappwebview_macos/pubspec.yaml b/flutter_inappwebview_macos/pubspec.yaml index a73ee5cc..948f7bc3 100644 --- a/flutter_inappwebview_macos/pubspec.yaml +++ b/flutter_inappwebview_macos/pubspec.yaml @@ -18,8 +18,10 @@ environment: dependencies: flutter: sdk: flutter - flutter_inappwebview_platform_interface: - path: "../flutter_inappwebview_platform_interface" + flutter_inappwebview_platform_interface: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_platform_interface" dev_dependencies: flutter_test: diff --git a/flutter_inappwebview_ohos/pubspec.yaml b/flutter_inappwebview_ohos/pubspec.yaml index d4629a19..5f515455 100644 --- a/flutter_inappwebview_ohos/pubspec.yaml +++ b/flutter_inappwebview_ohos/pubspec.yaml @@ -23,8 +23,10 @@ environment: dependencies: flutter: sdk: flutter - flutter_inappwebview_platform_interface: - path: "../flutter_inappwebview_platform_interface" + flutter_inappwebview_platform_interface: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_platform_interface" dev_dependencies: diff --git a/flutter_inappwebview_platform_interface/pubspec.yaml b/flutter_inappwebview_platform_interface/pubspec.yaml index a756cbe4..dc6f7fcb 100644 --- a/flutter_inappwebview_platform_interface/pubspec.yaml +++ b/flutter_inappwebview_platform_interface/pubspec.yaml @@ -18,8 +18,10 @@ environment: dependencies: flutter: sdk: flutter - flutter_inappwebview_internal_annotations: - path: ../dev_packages/flutter_inappwebview_internal_annotations + flutter_inappwebview_internal_annotations: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "/dev_packages/flutter_inappwebview_internal_annotations" plugin_platform_interface: ^2.1.6 dev_dependencies: diff --git a/flutter_inappwebview_web/pubspec.yaml b/flutter_inappwebview_web/pubspec.yaml index 3c9b3d0c..571643a8 100644 --- a/flutter_inappwebview_web/pubspec.yaml +++ b/flutter_inappwebview_web/pubspec.yaml @@ -21,8 +21,10 @@ dependencies: flutter_web_plugins: sdk: flutter js: ^0.6.4 - flutter_inappwebview_platform_interface: - path: "../flutter_inappwebview_platform_interface" + flutter_inappwebview_platform_interface: + git: + url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + path: "flutter_inappwebview_platform_interface" dev_dependencies: flutter_test: -- Gitee From b0913ae8ccbced82f8602feb8b41bc6685bc777c Mon Sep 17 00:00:00 2001 From: SimpleLove520 <1960997571@qq.com> Date: Wed, 15 May 2024 19:58:27 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SimpleLove520 <1960997571@qq.com> --- dev_packages/generators/pubspec.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev_packages/generators/pubspec.yaml b/dev_packages/generators/pubspec.yaml index 7c54b1e7..6c277118 100755 --- a/dev_packages/generators/pubspec.yaml +++ b/dev_packages/generators/pubspec.yaml @@ -15,9 +15,7 @@ dependencies: flutter_inappwebview_internal_annotations: git: url: "https://gitee.com/simplelove520/flutter_inappwebview.git" - path: "/dev_packages/flutter_inappwebview_internal_annotations" - - + path: "dev_packages/flutter_inappwebview_internal_annotations" dev_dependencies: build_runner: ^2.4.0 -- Gitee From b722672a13ce22db9dcfaad5191478d9c297b29d Mon Sep 17 00:00:00 2001 From: SimpleLove520 <1960997571@qq.com> Date: Wed, 15 May 2024 20:01:07 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SimpleLove520 <1960997571@qq.com> --- flutter_inappwebview_platform_interface/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_inappwebview_platform_interface/pubspec.yaml b/flutter_inappwebview_platform_interface/pubspec.yaml index dc6f7fcb..fac6d016 100644 --- a/flutter_inappwebview_platform_interface/pubspec.yaml +++ b/flutter_inappwebview_platform_interface/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: flutter_inappwebview_internal_annotations: git: url: "https://gitee.com/simplelove520/flutter_inappwebview.git" - path: "/dev_packages/flutter_inappwebview_internal_annotations" + path: "dev_packages/flutter_inappwebview_internal_annotations" plugin_platform_interface: ^2.1.6 dev_dependencies: -- Gitee From 55ba1d68b0acaad82fb9dc0b18ab43c675b90a2d Mon Sep 17 00:00:00 2001 From: SimpleLove520 <1960997571@qq.com> Date: Wed, 15 May 2024 20:05:14 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9build=5Frunner=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SimpleLove520 <1960997571@qq.com> --- dev_packages/generators/pubspec.yaml | 2 +- flutter_inappwebview/pubspec.yaml | 2 +- flutter_inappwebview_platform_interface/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_packages/generators/pubspec.yaml b/dev_packages/generators/pubspec.yaml index 6c277118..3edd1a1e 100755 --- a/dev_packages/generators/pubspec.yaml +++ b/dev_packages/generators/pubspec.yaml @@ -18,6 +18,6 @@ dependencies: path: "dev_packages/flutter_inappwebview_internal_annotations" dev_dependencies: - build_runner: ^2.4.0 + build_runner: 2.3.3 build_test: ^2.1.7 test: ^1.24.2 \ No newline at end of file diff --git a/flutter_inappwebview/pubspec.yaml b/flutter_inappwebview/pubspec.yaml index 778bce54..6e8079c3 100755 --- a/flutter_inappwebview/pubspec.yaml +++ b/flutter_inappwebview/pubspec.yaml @@ -51,7 +51,7 @@ dev_dependencies: flutter_driver: sdk: flutter flutter_lints: ^2.0.1 - build_runner: ^2.4.0 + build_runner: 2.3.3 generators: path: ../dev_packages/generators diff --git a/flutter_inappwebview_platform_interface/pubspec.yaml b/flutter_inappwebview_platform_interface/pubspec.yaml index fac6d016..3eed0e97 100644 --- a/flutter_inappwebview_platform_interface/pubspec.yaml +++ b/flutter_inappwebview_platform_interface/pubspec.yaml @@ -28,7 +28,7 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.0 - build_runner: ^2.4.0 + build_runner: 2.3.3 generators: path: ../dev_packages/generators -- Gitee From 1f43f94872742b43d421b7e93d4d6feb2b43f5db Mon Sep 17 00:00:00 2001 From: SimpleLove520 <1960997571@qq.com> Date: Wed, 15 May 2024 20:11:01 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9build=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SimpleLove520 <1960997571@qq.com> --- dev_packages/generators/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_packages/generators/pubspec.yaml b/dev_packages/generators/pubspec.yaml index 3edd1a1e..06f10856 100755 --- a/dev_packages/generators/pubspec.yaml +++ b/dev_packages/generators/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - build: ^2.4.0 + build: ^2.3.1 source_gen: ^1.3.1 flutter_inappwebview_internal_annotations: git: -- Gitee From 907db990550ef9ccebdac30102285477db112364 Mon Sep 17 00:00:00 2001 From: SimpleLove520 <1960997571@qq.com> Date: Wed, 15 May 2024 20:16:01 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SimpleLove520 <1960997571@qq.com> --- dev_packages/generators/pubspec.yaml | 2 +- flutter_inappwebview/pubspec.yaml | 12 ++++++------ flutter_inappwebview_android/pubspec.yaml | 2 +- flutter_inappwebview_ios/pubspec.yaml | 2 +- flutter_inappwebview_macos/pubspec.yaml | 2 +- flutter_inappwebview_ohos/pubspec.yaml | 2 +- flutter_inappwebview_platform_interface/pubspec.yaml | 2 +- flutter_inappwebview_web/pubspec.yaml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dev_packages/generators/pubspec.yaml b/dev_packages/generators/pubspec.yaml index 06f10856..d9c75396 100755 --- a/dev_packages/generators/pubspec.yaml +++ b/dev_packages/generators/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: source_gen: ^1.3.1 flutter_inappwebview_internal_annotations: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "dev_packages/flutter_inappwebview_internal_annotations" dev_dependencies: diff --git a/flutter_inappwebview/pubspec.yaml b/flutter_inappwebview/pubspec.yaml index 6e8079c3..e038ccad 100755 --- a/flutter_inappwebview/pubspec.yaml +++ b/flutter_inappwebview/pubspec.yaml @@ -20,27 +20,27 @@ dependencies: sdk: flutter flutter_inappwebview_platform_interface: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_platform_interface" flutter_inappwebview_android: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_android" flutter_inappwebview_ios: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_ios" flutter_inappwebview_macos: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_macos" flutter_inappwebview_web: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_web" flutter_inappwebview_ohos: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_ohos" diff --git a/flutter_inappwebview_android/pubspec.yaml b/flutter_inappwebview_android/pubspec.yaml index 7b952054..10de24b9 100644 --- a/flutter_inappwebview_android/pubspec.yaml +++ b/flutter_inappwebview_android/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: sdk: flutter flutter_inappwebview_platform_interface: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_platform_interface" dev_dependencies: diff --git a/flutter_inappwebview_ios/pubspec.yaml b/flutter_inappwebview_ios/pubspec.yaml index d319e6d2..7981692b 100644 --- a/flutter_inappwebview_ios/pubspec.yaml +++ b/flutter_inappwebview_ios/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: sdk: flutter flutter_inappwebview_platform_interface: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_platform_interface" dev_dependencies: diff --git a/flutter_inappwebview_macos/pubspec.yaml b/flutter_inappwebview_macos/pubspec.yaml index 948f7bc3..92f2d395 100644 --- a/flutter_inappwebview_macos/pubspec.yaml +++ b/flutter_inappwebview_macos/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: sdk: flutter flutter_inappwebview_platform_interface: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_platform_interface" dev_dependencies: diff --git a/flutter_inappwebview_ohos/pubspec.yaml b/flutter_inappwebview_ohos/pubspec.yaml index 5f515455..9ea1ed20 100644 --- a/flutter_inappwebview_ohos/pubspec.yaml +++ b/flutter_inappwebview_ohos/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: sdk: flutter flutter_inappwebview_platform_interface: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_platform_interface" diff --git a/flutter_inappwebview_platform_interface/pubspec.yaml b/flutter_inappwebview_platform_interface/pubspec.yaml index 3eed0e97..dc10a51d 100644 --- a/flutter_inappwebview_platform_interface/pubspec.yaml +++ b/flutter_inappwebview_platform_interface/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: sdk: flutter flutter_inappwebview_internal_annotations: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "dev_packages/flutter_inappwebview_internal_annotations" plugin_platform_interface: ^2.1.6 diff --git a/flutter_inappwebview_web/pubspec.yaml b/flutter_inappwebview_web/pubspec.yaml index 571643a8..b38951b7 100644 --- a/flutter_inappwebview_web/pubspec.yaml +++ b/flutter_inappwebview_web/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: js: ^0.6.4 flutter_inappwebview_platform_interface: git: - url: "https://gitee.com/simplelove520/flutter_inappwebview.git" + url: "https://gitee.com/openharmony-sig/flutter_inappwebview.git" path: "flutter_inappwebview_platform_interface" dev_dependencies: -- Gitee