Skip to content

Commit

Permalink
Release 5.0.0 (flutter: ">=3.16.0")
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZOne committed Dec 26, 2023
1 parent f4fcafb commit 2752cfc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## NEXT

## 5.0.0
1. Fix the sample code's compilation errors on Flutter 3.16.x
2. Fix NPE when platform plugin delegate is null
3. Avoid unnecessary attach/detach operations of the engine
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

# Release Note
## 4.4.2
## 5.0.0

PS:Null-safety is already supported.

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Release Note

## 4.4.2
## 5.0.0

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

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.4.2'
ref: '5.0.0'
```
之后在flutter工程下运行`flutter pub get` dart端就集成完毕了,然后可以在dart端放上一些代码,以下代码基于example3.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_boost
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.
version: 4.4.2
version: 5.0.0

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

Expand Down

0 comments on commit 2752cfc

Please sign in to comment.