Skip to content

Commit 6df80cc

Browse files
author
蔡嘉健
committed
Version 4.6.5
1 parent 4ef5888 commit 6df80cc

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## NEXT
2+
3+
## 4.6.5
24
1. [dart]支持业务侧获取当前flutter页面是否是外部路由flutter页面
35

46
## 4.6.4

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
flutter_boost has been fully adapted for the ohos platform. Please refer to item 10 of the following document to understand the related conventions before integrating:
1212
<a href="Frequently Asked Question.md">FAQ</a>
1313

14-
## 4.6.4
14+
## 4.6.5
1515

1616
PS:Null-safety is already supported.
1717

@@ -43,7 +43,7 @@ Open you pubspec.yaml and add the following line to dependencies:
4343
flutter_boost:
4444
git:
4545
url: 'https://github.com/alibaba/flutter_boost.git'
46-
ref: '4.6.4'
46+
ref: '4.6.5'
4747
```
4848
4949
# Version Notes

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
flutter_boost已完全适配ohos鸿蒙端,接入之前请阅读以下文档第10条了解相关约定:
1010
<a href="Frequently Asked Question.md">FAQ</a>
1111

12-
## 4.6.4
12+
## 4.6.5
1313

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

@@ -39,7 +39,7 @@ PS:主线已支持空安全(null-safety)
3939
flutter_boost:
4040
git:
4141
url: 'https://github.com/alibaba/flutter_boost.git'
42-
ref: '4.6.4'
42+
ref: '4.6.5'
4343
```
4444

4545
# 版本说明

docs/install.md

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

ohos/oh-package.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flutter_boost",
3-
"version": "4.6.4",
3+
"version": "4.6.5",
44
"description": "The next-generation Flutter-Native hybrid solution.",
55
"main": "",
66
"author": "",

pubspec.yaml

+1-1
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.6.4
3+
version: 4.6.5
44

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

0 commit comments

Comments
 (0)