Skip to content

Commit 45cb519

Browse files
committed
🔖 4.3.7
1 parent 59bea50 commit 45cb519

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ 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-
## Unreleased
9+
## 4.3.7
1010

1111
### Fixes
1212

1313
- Fix semantics with the capture button.
14+
- Avoid potential null operations when saving the entity.
1415

1516
## 4.3.6
1617

@@ -29,7 +30,6 @@ See the [Migration Guide](guides/migration_guide.md) for breaking changes betwee
2930
### Fixes
3031

3132
- Fix preview file delete predication.
32-
- Avoid potential null operations when saving the entity.
3333

3434
## 4.3.3
3535

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_camera_picker_demo
22
description: A new Flutter project.
3-
version: 4.3.6+42
3+
version: 4.3.7+43
44
publish_to: none
55

66
environment:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wechat_camera_picker
2-
version: 4.3.6
2+
version: 4.3.7
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)