From 12890d628e166a1d61090a2969ca8817f04d21e7 Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Sat, 26 Oct 2024 17:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E9=AA=8C=E6=80=A7=E6=94=AF=E6=8C=81ha?= =?UTF-8?q?rmonyOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1577af3..a77f0329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 5.1.0 +* 试验性支持harmonyOS,目前受限于native sdk,只支持部分功能 + # 5.0.3 * 优化localImagePath处理,减轻非Android开发者的上手难度:localImagePath如果是以content://开头,则默认你已经挂载了相关路径的权限, 否则请务必保证该路径是文件实际保存路径,即Android层可以直接读取到该文件,以方便fluwx将文件拷贝到指定可用目录。 diff --git a/pubspec.yaml b/pubspec.yaml index 770c4d88..aa578da7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluwx description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc. -version: 5.0.3 +version: 5.1.0 homepage: https://github.com/OpenFlutter/fluwx environment: