Skip to content

Commit

Permalink
Release 4.2.3 (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZOne authored Jun 9, 2023
1 parent 8cba7bb commit b4bb39f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## NEXT

## 4.2.3
1. 增加自定义`appBuilder`示例 (#1827)
2. [Android] fix flutterfragment快速切换时,出现不渲染的bug (#1830)
3. Fixes the compilation errors when running the example with Flutter 3.10.0 (#1838)
4. 解决打开弹窗并关闭后再关闭页面时「返回参数」不能传递到上一个页面的问题 (#1846)
5. 修复removeWithResult接口不能返回结果的问题 (#1850)
6. Add license headers (#1851)
7. 暴露接口,让业务可以开启Android端内部日志输出,便于调试问题 (#1853)

## 4.2.2
1. [Android] 通过栈来记录活动的Activity,解决部分场景下topActivity可能为空的问题 (#1810)
2. Add Test Cases for ImageCache. (#1822)
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.2.2
## 4.2.3

PS:Null-safety is already supported.

Expand Down Expand Up @@ -41,7 +41,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.2.2'
ref: '4.2.3'
```
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.2.2
## 4.2.3

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

Expand Down Expand Up @@ -40,7 +40,7 @@ PS:主线已支持空安全(null-safety)
flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: '4.2.2'
ref: '4.2.3'
```

# 使用文档
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.2.2'
ref: '4.2.3'
```
之后在flutter工程下运行`flutter pub get` dart端就集成完毕了,然后可以在dart端放上一些代码,以下代码基于example3.0
Expand Down

0 comments on commit b4bb39f

Please sign in to comment.