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 c613561 commit 16dc2cdCopy full SHA for 16dc2cd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.0.4
4
+
5
+### Fixes
6
7
+- Unify the method to push to the viewer. (#86)
8
9
## 3.0.3
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+7
+version: 3.0.0+8
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.3
+version: 3.0.4
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker
0 commit comments