Skip to content

Commit a0b4d57

Browse files
committed
Version 4.6.1
1 parent 323ac45 commit a0b4d57

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.6.1
24
1. [ohos]解决应用切换横屏时自动分屏的问题
35
2. [ohos]解决dialog透明弹窗从全屏页面返回时重新执行进入动画的问题
46
3. [ohos,dart]native侧取消业务自定义实现RouterOptions,优化页面返回传参接口易用性,修复native页面返回flutter页面时传参可能失败的问题

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.11
9+
## 4.6.1
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.11'
41+
ref: '4.6.1'
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.11
8+
## 4.6.1
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.11'
38+
ref: '4.6.1'
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.11'
21+
ref: '4.6.1'
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.11",
3+
"version": "4.6.1",
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.11
3+
version: 4.6.1
44

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

0 commit comments

Comments
 (0)