From 0f33861a268775ed4fa1c736903161c253d7b143 Mon Sep 17 00:00:00 2001 From: xuchang Date: Fri, 27 Dec 2024 19:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9OAT.xml=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9EREADNE.OpenHarmony.md=EF=BC=8C=E4=BF=AE=E6=94=B9README?= =?UTF-8?q?.OpenSource=E7=89=88=E6=9C=AC=E5=8F=B7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuchang --- OAT.xml | 26 +++++++++++++++++++++++++- README.OpenSource | 2 +- README_OpenHarmony.md | 23 +++++++++++++++++++++++ 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 README_OpenHarmony.md diff --git a/OAT.xml b/OAT.xml index 36080e5f..74e5a9db 100644 --- a/OAT.xml +++ b/OAT.xml @@ -85,16 +85,40 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource index 98515b86..e9782e08 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name": "flutter_inappwebview", "License": "Apache-2.0 License", "License File": "LICENSE", - "Version Number": "751a104716b2c5158b5cad58347430d01965f00d", + "Version Number": "6.0.0", "Owner": "george.lihui@huawei.com", "Upstream URL": "https://github.com/pichillilorenzo/flutter_inappwebview", "Description": "A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window." diff --git a/README_OpenHarmony.md b/README_OpenHarmony.md new file mode 100644 index 00000000..ebdc093f --- /dev/null +++ b/README_OpenHarmony.md @@ -0,0 +1,23 @@ +# inappwebview + +原始仓来源:https://github.com/pichillilorenzo/flutter_inappwebview + +## 仓库简介 +inappwebview是一个Flutter包,旨在帮助开发者在应用中嵌入一个浏览器组件。 +该仓库为inappwebview库的Flutter OpenHarmony适配仓。 + +## 引入背景简述 +OpenHarmony北向生态发展过程中,已经适配Flutter的厂商在接入OpenHarmony过程中存在使用inappwebview的诉求。鉴于此OpenHarmony为支持北向生态伙伴快速接入OpenHarmony、快速实现产品化而提供的inappwebview,本方案采用插件化的适配器模式实现inappwebview OpenHarmony适配版本的兼容。 + +## 使用场景 +本方案仅供应用厂商中已支持Flutter框架的设备在移植OpenHarmony系统过程中作为备选方案使用。 + +## 使用文档 + +适配OpenHarmony平台的使用指导请见:[Flutter使用指导文档](https://gitee.com/openharmony-sig/flutter_samples/blob/master/ohos/docs/07_plugin/ohos%E5%B9%B3%E5%8F%B0%E9%80%82%E9%85%8Dflutter%E4%B8%89%E6%96%B9%E5%BA%93%E6%8C%87%E5%AF%BC.md) + +## License + +Apache-2.0 License + +见 [LICENSE](LICENSE) \ No newline at end of file -- Gitee