File tree Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ that can be found in the LICENSE file. -->
6
6
7
7
See the [ Migration Guide] ( guides/migration_guide.md ) for breaking changes between versions.
8
8
9
+ ## 4.5.0
10
+
11
+ ### Fixes
12
+
13
+ - Fix theme usages based on Flutter 3.35.
14
+ - Requires Flutter 3.22.
15
+
9
16
## 4.4.0
10
17
11
18
### Breaking changes
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ Language: [English](README.md) | 中文
30
30
该插件仅保证能与 ** stable 渠道的 Flutter SDK** 配合使用。
31
31
我们不会为其他渠道的 Flutter SDK 做实时支持。
32
32
33
- | | 2.8 .0 | 3.3 .0 | 3.16 .0 |
34
- | --------| :-----:| :-----:| :------:|
35
- | 4.2 .0+ | ❌ | ❌ | ✅ |
36
- | 4.0 .0+ | ❌ | ✅ | ❌ |
37
- | 3 .0.0+ | ✅ | ❌ | ❌ |
33
+ | | 3.3 .0 | 3.16 .0 | 3.22 .0 |
34
+ | --------| :-----:| :------ :| :------:|
35
+ | 4.5 .0+ | ❌ | ✅ | ✅ |
36
+ | 4.2 .0+ | ❌ | ✅ | ❌ |
37
+ | 4 .0.0+ | ✅ | ❌ | ❌ |
38
38
39
39
## 主要使用的 package
40
40
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ See the [Migration Guide][] to learn how to migrate between breaking changes.
31
31
The package only guarantees that it will work on ** the stable version of Flutter** .
32
32
We won't update it in real-time to align with other channels of Flutter.
33
33
34
- | | 2.8 .0 | 3.3 .0 | 3.16 .0 |
35
- | --------| :-----:| :-----:| :------:|
36
- | 4.2 .0+ | ❌ | ❌ | ✅ |
37
- | 4.0 .0+ | ❌ | ✅ | ❌ |
38
- | 3 .0.0+ | ✅ | ❌ | ❌ |
34
+ | | 3.3 .0 | 3.16 .0 | 3.22 .0 |
35
+ | --------| :-----:| :------ :| :------:|
36
+ | 4.5 .0+ | ❌ | ✅ | ✅ |
37
+ | 4.2 .0+ | ❌ | ✅ | ❌ |
38
+ | 4 .0.0+ | ✅ | ❌ | ❌ |
39
39
40
40
## Package credits
41
41
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker
2
- version : 4.4 .0
2
+ version : 4.5 .0
3
3
description : |
4
4
A camera picker for Flutter projects based on WeChat's UI,
5
5
which is also a separate runnable extension to the
You can’t perform that action at this time.
0 commit comments