From b2a858c73cc5eba000fb1eefbd46406b0122cf6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rulong=20Chen=EF=BC=88=E9=99=88=E6=B1=9D=E9=BE=99=EF=BC=89?= Date: Sun, 28 Apr 2024 12:07:43 +0800 Subject: [PATCH] Release 4.5.5 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- README_CN.md | 4 ++-- docs/install.md | 2 +- pubspec.yaml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32aaa9a7..3e230959 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## NEXT + +# 4.5.5 1. [ohos]修复image_pick插件示例 2. [ohos]简化鸿蒙示例代码 3. [ohos]非官方认可的联合插件,需要在pubspec中单独指定 diff --git a/README.md b/README.md index 7f636601..9e70830c 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

# Release Note -## 4.5.4 +## 4.5.5 PS:Null-safety is already supported. @@ -41,7 +41,7 @@ Open you pubspec.yaml and add the following line to dependencies: flutter_boost: git: url: 'https://github.com/alibaba/flutter_boost.git' - ref: '4.5.4' + ref: '4.5.5' ``` diff --git a/README_CN.md b/README_CN.md index 5da3d991..ac0f7f71 100755 --- a/README_CN.md +++ b/README_CN.md @@ -5,7 +5,7 @@ # Release Note -## 4.5.4 +## 4.5.5 PS:主线已支持空安全(null-safety) @@ -40,7 +40,7 @@ PS:主线已支持空安全(null-safety) flutter_boost: git: url: 'https://github.com/alibaba/flutter_boost.git' - ref: '4.5.4' + ref: '4.5.5' ``` # 使用文档 diff --git a/docs/install.md b/docs/install.md index 827f0978..bb90bc62 100755 --- a/docs/install.md +++ b/docs/install.md @@ -18,7 +18,7 @@ flutter_boost: git: url: 'https://github.com/alibaba/flutter_boost.git' - ref: '4.5.4' + ref: '4.5.5' ``` 之后在flutter工程下运行`flutter pub get` dart端就集成完毕了,然后可以在dart端放上一些代码,以下代码基于example3.0 diff --git a/pubspec.yaml b/pubspec.yaml index ec3270dc..ff2a0a29 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_boost description: A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts. -version: 4.5.4 +version: 4.5.5 homepage: https://github.com/alibaba/flutter_boost