Skip to content

Commit

Permalink
release v3.0-preview.17
Browse files Browse the repository at this point in the history
  • Loading branch information
haoan.zzj committed Dec 10, 2021
1 parent 3058674 commit 761f5b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.0-preview.17
1. [Android]修复特定场景下activity泄漏的问题
2. [Android] 修复FlutterEngine空指针异常 (#1471)
3. [flutter] 提供带有缓存的widget组件 BoostCacheWidget,可以解决在push过程中导致页面rebuild的问题 (#1486)
4. [iOS] 修改 podspec xcconfig 为 pod_target_xcconfig ,避免修改宿主工程编译配置 (#1507)

## v3.0-preview.16
1. [Android] 修复特定场景下activity泄漏的问题 (#1444)
2. [Android] 修复Fragment特定使用场景下的崩溃问题 (#1450)
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
v3.0-preview.16
v3.0-preview.17

PS: Before updating the beta version, please read the CHANGELOG to see if there are any BREAKING CHANGE

Expand Down Expand Up @@ -37,7 +37,7 @@ Open you pubspec.yaml and add the following line to dependencies:
flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: 'v3.0-preview.16'
ref: 'v3.0-preview.17'
```
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

v3.0-preview.16
v3.0-preview.17

PS:preview版本相比beta版本,有较大的改动,建议仔细阅读新的接入文档与使用文档。

Expand Down Expand Up @@ -34,7 +34,7 @@ PS:preview版本相比beta版本,有较大的改动,建议仔细阅读新
flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: 'v3.0-preview.16'
ref: 'v3.0-preview.17'
```

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

0 comments on commit 761f5b9

Please sign in to comment.