We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e7b71 commit 384609cCopy full SHA for 384609c
CHANGELOG.md
@@ -10,6 +10,12 @@ See the [Migration Guide](guides/migration_guide.md) for breaking changes betwee
10
11
*None.*
12
13
+## 4.3.4
14
+
15
+### Fixes
16
17
+- Fix preview file delete predication.
18
19
## 4.3.3
20
21
### New features
example/pubspec.yaml
@@ -1,6 +1,6 @@
1
name: wechat_camera_picker_demo
2
description: A new Flutter project.
3
-version: 4.3.3+39
+version: 4.3.4+40
4
publish_to: none
5
6
environment:
pubspec.yaml
@@ -1,5 +1,5 @@
name: wechat_camera_picker
-version: 4.3.3
+version: 4.3.4
description: |
A camera picker for Flutter projects based on WeChat's UI,
which is also a separate runnable extension to the
0 commit comments