Skip to content

Commit 0a370b2

Browse files
committed
Release 4.3.1
1 parent 4ca7234 commit 0a370b2

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## NEXT
22

3+
## 4.3.1
4+
1. Uniform iOS code style.
5+
2. 更新提issue的模版
6+
3. fix: 修复6.0 AccessibilityBridge.release()' on a null object reference
7+
4. [ios] 解决pop传参不能返回的问题
8+
39
## 4.3.0
410
1. Improve codes in Android. (#1855)
511
2. Improve codes (#1856)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</p>
77

88
# Release Note
9-
## 4.3.0
9+
## 4.3.1
1010

1111
PS:Null-safety is already supported.
1212

@@ -41,7 +41,7 @@ Open you pubspec.yaml and add the following line to dependencies:
4141
flutter_boost:
4242
git:
4343
url: 'https://github.com/alibaba/flutter_boost.git'
44-
ref: '4.3.0'
44+
ref: '4.3.1'
4545
```
4646
4747

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Release Note
77

8-
## 4.3.0
8+
## 4.3.1
99

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

@@ -40,7 +40,7 @@ PS:主线已支持空安全(null-safety)
4040
flutter_boost:
4141
git:
4242
url: 'https://github.com/alibaba/flutter_boost.git'
43-
ref: '4.3.0'
43+
ref: '4.3.1'
4444
```
4545

4646
# 使用文档

docs/install.md

Lines changed: 1 addition & 1 deletion
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.3.0'
21+
ref: '4.3.1'
2222
```
2323
2424
之后在flutter工程下运行`flutter pub get` dart端就集成完毕了,然后可以在dart端放上一些代码,以下代码基于example3.0

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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: 3.0.0
3+
version: 4.3.1
44

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

77
environment:
8-
sdk: '>=2.12.0 <3.0.0'
8+
sdk: '>=2.12.0 <4.0.0'
9+
flutter: ">=3.0.0"
910

1011
dependencies:
1112
flutter:

0 commit comments

Comments
 (0)