Skip to content

Commit

Permalink
Release 4.2.0 (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZOne authored Nov 7, 2022
1 parent 3097534 commit 48b84d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## NEXT

## 4.2.0
1. [Android] Fixes HybridCompositon does not work (#1743)
2. Add pigeon commands to script file. (#1744)
3. [ios] Use a screen edge pan gesture to go back to the previous page of a non-container page. (#1751)

## 4.1.1
1. [Android] 修复FlutterFragment可能会盖住NativeFragment的Bug (#1736)
2. Update README_CN.md (#1731)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.1.1'
ref: '4.2.0'
```
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.1.1
## 4.2.0

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.1.1'
ref: '4.2.0'
```

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

0 comments on commit 48b84d8

Please sign in to comment.