diff --git a/OAT.xml b/OAT.xml index d5ea047eaefc800c6868f1dcd87f3435fca200ad..425bab43e50dc24c3f29d19b9bbf94925425823b 100644 --- a/OAT.xml +++ b/OAT.xml @@ -86,8 +86,10 @@ - + + + @@ -96,6 +98,12 @@ + + + + + + diff --git a/README.OpenSource b/README.OpenSource index 6c99b636c4d396763add07872103671983397fd3..39fcecb32ed1783f873484aa741960dc8229acb9 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name": "image_crop", "License": "Apache-2.0 License", "License File": "LICENSE", - "Version Number": "5809167dd7fa0a81d433a62df419581b3ef45d5e", + "Version Number": "0.4.1", "Owner": "george.lihui@huawei.com", "Upstream URL": "https://github.com/VolodymyrLykhonis/image_crop", "Description": "The plugin comes with a Crop widget. The widget renders only image, overlay, and handles to crop an image. Thus it can be composed with other widgets to build custom image cropping experience." diff --git a/README_OpenHarmony.md b/README_OpenHarmony.md new file mode 100644 index 0000000000000000000000000000000000000000..25f643f575db716a78f58677036a92d2d737679d --- /dev/null +++ b/README_OpenHarmony.md @@ -0,0 +1,23 @@ +# image_crop + +原始仓来源:https://github.com/lykhonis/image_crop + +## 仓库简介 +image_crop是一个Flutter包,旨在帮助开发者裁剪图片。 +该仓库为image_crop库的Flutter OpenHarmony适配仓。 + +## 引入背景简述 +OpenHarmony北向生态发展过程中,已经适配Flutter的厂商在接入OpenHarmony过程中存在使用image_crop的诉求。鉴于此OpenHarmony为支持北向生态伙伴快速接入OpenHarmony、快速实现产品化而提供的image_crop,本方案采用插件化的适配器模式实现image_crop 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