diff --git a/README.en.md b/README.en.md index de2200b9b5ed8d40add2063051175ca8b37e525a..62c3033625e7159bf794c721e8a6dffbe95c1865 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 34284f20560f7a328cc6c36521d3bc4d325c2655..d80aa6cd63d566942cce251668ab33eb373ea404 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。 diff --git a/packages/url_launcher/url_launcher/pubspec.yaml b/packages/url_launcher/url_launcher/pubspec.yaml index 060c8a1195e20df1998897cc6a2a85d3ca25fa62..22a16ec8b9ce3692860dbcf19937bfb74f0c99f3 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: