We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1472184 commit 441d1c3Copy full SHA for 441d1c3
CHANGELOG.md
@@ -6,6 +6,12 @@ that can be found in the LICENSE file. -->
6
7
See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions.
8
9
+## 4.1.1
10
+
11
+### Fixes
12
13
+- Fix `onEntitySaving` not returned after called. (#223)
14
15
## 4.1.0
16
17
### New features
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: wechat_camera_picker
2
-version: 4.1.0
+version: 4.1.1
3
description: |
4
A camera picker for Flutter projects based on WeChat's UI,
5
which is also a separate runnable extension to the
0 commit comments