From d8efb40ec83bb41223d55077027f99dd2e2147c1 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: Wed, 12 Jun 2024 11:26:12 +0800 Subject: [PATCH] Version 4.5.11 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- README_CN.md | 4 ++-- docs/install.md | 2 +- ohos/oh-package.json5 | 2 +- pubspec.yaml | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 965c6444..dad939d9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## NEXT + +## 4.5.11 1. [dart]添加`SystemChrome.setPreferredOrientations`测试案例 2. [ohos]修复透明弹窗由于被其他全屏page遮盖导致弹窗再现时页面假死等一系列问题,补充和dialog相关场景example demo 3. [ohos]解决FlutterBoostEntry中onPageHide的调用和onPageShow不对称问题 diff --git a/README.md b/README.md index 43a3583d..05a5db93 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

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