From 2e1390ea63d5a0ee5089ed99c79246b2d3ef4645 Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Thu, 13 Feb 2025 16:18:12 +0800 Subject: [PATCH] =?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 | 5 ++++- README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 85efbdc7c0..8807fd6f3a 100644 --- a/README.en.md +++ b/README.en.md @@ -3,6 +3,9 @@ Flutter SDK Repository Source of the original repository: https://github.com/flutter/flutter +## Notice +**Starting from February 22, 2025, the code repository will be migrated to [GitCode](https://gitcode.com/openharmony-sig/flutter_flutter)** + ## Repository Description This repository is an extension of the Flutter SDK for compatibility with OpenHarmony. It allows IDEs or terminals to use Flutter Tools instructions to compile and build OpenHarmony applications. @@ -139,7 +142,7 @@ This repository is an extension of the Flutter SDK for compatibility with OpenHa | create | Creates a plugin template.| flutter create -t plugin --platforms ohos,android,ios \ | | create | Creates a plugin_ffi template.| flutter create -t plugin_ffi --platforms ohos,android,ios \ | | devices | Searches for connected devices.| flutter devices | -| install | Installs an application.| flutter install -t \ \ | +| install | Installs an application.| flutter install -d \ \ | | assemble | Pack resources.| flutter assemble | | build | Builds the test application.| flutter build hap --debug [--target-platform ohos-arm64] | | build | Builds the formal application.| flutter build hap --release [--target-platform ohos-arm64] | diff --git a/README.md b/README.md index 1af0118460..563eda0f3d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Flutter SDK 仓库 原始仓来源:https://github.com/flutter/flutter +## 公告 +**2025.02.22起,代码仓迁移至[GitCode](https://gitcode.com/openharmony-sig/flutter_flutter)** + ## 仓库说明 本仓库是基于Flutter SDK对于OpenHarmony平台的兼容拓展,可支持IDE或者终端使用Flutter Tools指令编译和构建OpenHarmony应用程序。 @@ -139,7 +142,7 @@ Flutter SDK 仓库 | create | 创建plugin模板 | flutter create -t plugin --platforms ohos,android,ios \ | | create | 创建plugin_ffi模板 | flutter create -t plugin_ffi --platforms ohos,android,ios \ | | devices | 查找已连接设备 | flutter devices | -| install | 应用安装 | flutter install -t \ \ | +| install | 应用安装 | flutter install -d \ \ | | assemble | 资源打包 | flutter assemble | | build | 测试应用构建 | flutter build hap --debug [--target-platform ohos-arm64] | | build | 正式应用构建 | flutter build hap --release [--target-platform ohos-arm64] | -- Gitee