From d120401c11de6fb9bff985d9100c42502de1b3a5 Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Thu, 13 Feb 2025 16:20:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0README=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- README.en.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.en.md b/README.en.md index de2200b9b..62c303362 100644 --- a/README.en.md +++ b/README.en.md @@ -1,3 +1,6 @@ +## Notice +**Starting from February 22, 2025, the code repository will be migrated to [GitCode](https://gitcode.com/openharmony-sig/flutter_packages)** + ## Warehouse introduction The warehouse is based on the upstream Flutter community [packages warehouse] (https://github.com/flutter/packages/), based on commitId: b8b84b2304f00a3f93ce585cc7a30e1235bde7a0. diff --git a/README.md b/README.md index 71ddf8a01..d60b829a0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +## 公告 +**2025.02.22起,代码仓迁移至[GitCode](https://gitcode.com/openharmony-sig/flutter_packages)** + ## 仓库介绍 该仓库基于上游Flutter社区[packages仓库](https://github.com/flutter/packages/),基于commitId:b8b84b2304f00a3f93ce585cc7a30e1235bde7a0。 -- Gitee From d8ff2c7acbc6e02c6141bf9b8eeb5c93bde08010 Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Wed, 19 Feb 2025 11:00:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?url=5Flauncher=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E4=BE=9D=E8=B5=96=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- packages/url_launcher/url_launcher/pubspec.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/url_launcher/url_launcher/pubspec.yaml b/packages/url_launcher/url_launcher/pubspec.yaml index 060c8a119..22a16ec8b 100644 --- a/packages/url_launcher/url_launcher/pubspec.yaml +++ b/packages/url_launcher/url_launcher/pubspec.yaml @@ -40,10 +40,9 @@ dependencies: url_launcher_web: ^2.0.0 url_launcher_windows: ">=2.0.0 <4.0.0" url_launcher_ohos: - path: ../url_launcher_ohos -# git: -# url: "https://gitee.com/openharmony-sig/flutter_packages.git" -# path: "packages/url_launcher/url_launcher_ohos" + git: + url: "https://gitee.com/openharmony-sig/flutter_packages.git" + path: "packages/url_launcher/url_launcher_ohos" dev_dependencies: flutter_test: -- Gitee