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 3effc8e commit 40fe1d4Copy full SHA for 40fe1d4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.1.0
4
+
5
+### New features
6
7
+- Introduce `onXFileCaptured`. (#87)
8
9
## 3.0.4
10
11
### Fixes
example/pubspec.yaml
@@ -1,7 +1,7 @@
name: wechat_camera_picker_demo
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 3.0.0+8
+version: 3.1.0+9
environment:
sdk: '>=2.14.0 <3.0.0'
pubspec.yaml
@@ -1,6 +1,6 @@
name: wechat_camera_picker
description: A camera picker which is an extension to wechat_assets_picker, but can be run separately.
-version: 3.0.4
+version: 3.1.0
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker
0 commit comments