Commit d63b3d1 authored Oct 13, 2022 Verified
1 parent a5e0b4c commit d63b3d1 Copy full SHA for d63b3d1
File tree 4 files changed +18
-5
lines changed
4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
## NEXT
2
2
3
+ ## 4.1.1
4
+ 1 . [ Android] 修复FlutterFragment可能会盖住NativeFragment的Bug (#1736 )
5
+ 2 . Update README_CN.md (#1731 )
6
+
3
7
## 4.1.0
4
8
1 . [ Android] fix popUntil not working (#1718 )
5
9
2 . Add demo for afterimage test
Original file line number Diff line number Diff line change 6
6
</p >
7
7
8
8
# Release Note
9
- ## 4.1.0
9
+ ## 4.1.1
10
10
11
11
PS:Null-safety is already supported.
12
12
@@ -25,6 +25,10 @@ A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plug
25
25
1 . Before proceeding, you need to integrate Flutter into your existing project.
26
26
2 . The Flutter SDK version supported by Boost 3.0 is >= 1.22
27
27
28
+ > Flutter SDK version support:
29
+ > 1 . Flutter SDK 3.0 and above, use a version greater than ` 4.0.1 `
30
+ > 2 . Flutter SDK 3.0 or below, use ` v3.0-release.2 ` or below
31
+ > 3 . The null-safe version that supports Flutter SDK 2.5.x is ` 3.1.x `
28
32
29
33
# Getting Started
30
34
@@ -37,7 +41,7 @@ Open you pubspec.yaml and add the following line to dependencies:
37
41
flutter_boost :
38
42
git :
39
43
url : ' https://github.com/alibaba/flutter_boost.git'
40
- ref : ' 4.1.0 '
44
+ ref : ' 4.1.1 '
41
45
` ` `
42
46
43
47
Original file line number Diff line number Diff line change 5
5
6
6
# Release Note
7
7
8
- ## 4.1.0
8
+ ## 4.1.1
9
9
10
10
PS:主线已支持空安全(null-safety)
11
11
@@ -27,6 +27,11 @@ PS:主线已支持空安全(null-safety)
27
27
1.在继续之前,您需要将Flutter集成到你现有的项目中。
28
28
2.boost3.0版本支持的flutter sdk 版本为 >= 1.22
29
29
30
+ > Flutter SDK版本支持情况:
31
+ > 1 . Flutter SDK 3.0及以上,使用大于` 4.0.1 ` 的版本
32
+ > 2 . Flutter SDK 3.0以下,使用` v3.0-release.2 ` 或以下版本
33
+ > 3 . 支持Flutter SDK 2.5.x的空安全版本是` 3.1.x `
34
+
30
35
## 将FlutterBoost添加到你的Flutter工程依赖中
31
36
32
37
打开你的工程的pubspec.yaml ,增加以下依赖
@@ -35,7 +40,7 @@ PS:主线已支持空安全(null-safety)
35
40
flutter_boost:
36
41
git:
37
42
url: 'https://github.com/alibaba/flutter_boost.git'
38
- ref: '4.1.0 '
43
+ ref: '4.1.1 '
39
44
```
40
45
41
46
# 使用文档
Original file line number Diff line number Diff line change 18
18
flutter_boost :
19
19
git :
20
20
url : ' https://github.com/alibaba/flutter_boost.git'
21
- ref : ' 4.1.0 '
21
+ ref : ' 4.1.1 '
22
22
` ` `
23
23
24
24
之后在flutter工程下运行` flutter pub get` dart端就集成完毕了,然后可以在dart端放上一些代码,以下代码基于example3.0
You can’t perform that action at this time.
0 commit comments