Skip to content

Commit 04d215d

Browse files
committed
🔖 4.5.0
1 parent d8db175 commit 04d215d

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ that can be found in the LICENSE file. -->
66

77
See the [Migration Guide](guides/migration_guide.md) for breaking changes between versions.
88

9+
## 4.5.0
10+
11+
### Fixes
12+
13+
- Fix theme usages based on Flutter 3.35.
14+
- Requires Flutter 3.22.
15+
916
## 4.4.0
1017

1118
### Breaking changes

README-ZH.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Language: [English](README.md) | 中文
3030
该插件仅保证能与 **stable 渠道的 Flutter SDK** 配合使用。
3131
我们不会为其他渠道的 Flutter SDK 做实时支持。
3232

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+ || ||
3838

3939
## 主要使用的 package
4040

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ See the [Migration Guide][] to learn how to migrate between breaking changes.
3131
The package only guarantees that it will work on **the stable version of Flutter**.
3232
We won't update it in real-time to align with other channels of Flutter.
3333

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+ || ||
3939

4040
## Package credits
4141

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wechat_camera_picker
2-
version: 4.4.0
2+
version: 4.5.0
33
description: |
44
A camera picker for Flutter projects based on WeChat's UI,
55
which is also a separate runnable extension to the

0 commit comments

Comments
 (0)