Skip to content

Commit

Permalink
Version 4.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZOne committed Jun 12, 2024
1 parent f3f2771 commit d8efb40
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## NEXT

## 4.5.11
1. [dart]添加`SystemChrome.setPreferredOrientations`测试案例
2. [ohos]修复透明弹窗由于被其他全屏page遮盖导致弹窗再现时页面假死等一系列问题,补充和dialog相关场景example demo
3. [ohos]解决FlutterBoostEntry中onPageHide的调用和onPageShow不对称问题
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

# Release Note
## 4.5.10
## 4.5.11

PS:Null-safety is already supported.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Release Note

## 4.5.10
## 4.5.11

PS:主线已支持空安全(null-safety)

Expand Down Expand Up @@ -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'
```

# 版本说明
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ohos/oh-package.json5
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d8efb40

Please sign in to comment.