diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9f5043..6361fa10 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## NEXT + +## 4.6.1 1. [ohos]解决应用切换横屏时自动分屏的问题 2. [ohos]解决dialog透明弹窗从全屏页面返回时重新执行进入动画的问题 3. [ohos,dart]native侧取消业务自定义实现RouterOptions,优化页面返回传参接口易用性,修复native页面返回flutter页面时传参可能失败的问题 diff --git a/README.md b/README.md index 05a5db93..51d9e00c 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

# Release Note -## 4.5.11 +## 4.6.1 PS:Null-safety is already supported. @@ -38,7 +38,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.11' + ref: '4.6.1' ``` # Version Notes diff --git a/README_CN.md b/README_CN.md index d530be26..eebfd448 100755 --- a/README_CN.md +++ b/README_CN.md @@ -5,7 +5,7 @@ # Release Note -## 4.5.11 +## 4.6.1 PS:主线已支持空安全(null-safety) @@ -35,7 +35,7 @@ PS:主线已支持空安全(null-safety) flutter_boost: git: url: 'https://github.com/alibaba/flutter_boost.git' - ref: '4.5.11' + ref: '4.6.1' ``` # 版本说明 diff --git a/docs/install.md b/docs/install.md index ec3a4b30..95fa9fd9 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.11' + ref: '4.6.1' ``` 之后在flutter工程下运行`flutter pub get` dart端就集成完毕了,然后可以在dart端放上一些代码,以下代码基于example3.0 diff --git a/ohos/oh-package.json5 b/ohos/oh-package.json5 index 4d425793..94a6f4ae 100644 --- a/ohos/oh-package.json5 +++ b/ohos/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "flutter_boost", - "version": "4.5.11", + "version": "4.6.1", "description": "The next-generation Flutter-Native hybrid solution.", "main": "", "author": "", diff --git a/pubspec.yaml b/pubspec.yaml index 6e79799b..299f6f7f 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.11 +version: 4.6.1 homepage: https://github.com/alibaba/flutter_boost