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. -->
66
77See 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
Original file line number Diff line number Diff 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
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.
3131The package only guarantees that it will work on ** the stable version of Flutter** .
3232We 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
Original file line number Diff line number Diff line change 11name : wechat_camera_picker
2- version : 4.4 .0
2+ version : 4.5 .0
33description : |
44 A camera picker for Flutter projects based on WeChat's UI,
55 which is also a separate runnable extension to the
You can’t perform that action at this time.
0 commit comments