Skip to content

Commit 2752cfc

Browse files
committed
Release 5.0.0 (flutter: ">=3.16.0")
1 parent f4fcafb commit 2752cfc

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## NEXT
2+
3+
## 5.0.0
24
1. Fix the sample code's compilation errors on Flutter 3.16.x
35
2. Fix NPE when platform plugin delegate is null
46
3. Avoid unnecessary attach/detach operations of the engine

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</p>
77

88
# Release Note
9-
## 4.4.2
9+
## 5.0.0
1010

1111
PS:Null-safety is already supported.
1212

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Release Note
77

8-
## 4.4.2
8+
## 5.0.0
99

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

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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.4.2
3+
version: 5.0.0
44

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

0 commit comments

Comments
 (0)