Skip to content

Commit d8efb40

Browse files
committed
Version 4.5.11
1 parent f3f2771 commit d8efb40

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## NEXT
2+
3+
## 4.5.11
24
1. [dart]添加`SystemChrome.setPreferredOrientations`测试案例
35
2. [ohos]修复透明弹窗由于被其他全屏page遮盖导致弹窗再现时页面假死等一系列问题,补充和dialog相关场景example demo
46
3. [ohos]解决FlutterBoostEntry中onPageHide的调用和onPageShow不对称问题

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</p>
77

88
# Release Note
9-
## 4.5.10
9+
## 4.5.11
1010

1111
PS:Null-safety is already supported.
1212

@@ -38,7 +38,7 @@ Open you pubspec.yaml and add the following line to dependencies:
3838
flutter_boost:
3939
git:
4040
url: 'https://github.com/alibaba/flutter_boost.git'
41-
ref: '4.5.10'
41+
ref: '4.5.11'
4242
```
4343
4444
# Version Notes

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Release Note
77

8-
## 4.5.10
8+
## 4.5.11
99

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

@@ -35,7 +35,7 @@ PS:主线已支持空安全(null-safety)
3535
flutter_boost:
3636
git:
3737
url: 'https://github.com/alibaba/flutter_boost.git'
38-
ref: '4.5.10'
38+
ref: '4.5.11'
3939
```
4040

4141
# 版本说明

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
flutter_boost:
1919
git:
2020
url: 'https://github.com/alibaba/flutter_boost.git'
21-
ref: '4.5.10'
21+
ref: '4.5.11'
2222
```
2323
2424
之后在flutter工程下运行`flutter pub get` dart端就集成完毕了,然后可以在dart端放上一些代码,以下代码基于example3.0

ohos/oh-package.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flutter_boost",
3-
"version": "4.5.10",
3+
"version": "4.5.11",
44
"description": "The next-generation Flutter-Native hybrid solution.",
55
"main": "",
66
"author": "",

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_boost
22
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.
3-
version: 4.5.10
3+
version: 4.5.11
44

55
homepage: https://github.com/alibaba/flutter_boost
66

0 commit comments

Comments
 (0)