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 45eb51c commit 8a6f0eaCopy full SHA for 8a6f0ea
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.0.0-dev.1
4
+
5
+- Migrate to the latest photo_manager.
6
7
## 2.6.5
8
9
- Remove duplicate future requests when saving entity.
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: 2.6.5
+version: 3.0.0-dev.1
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker
environment:
@@ -14,5 +14,5 @@ dependencies:
14
camera: ^0.9.2+2
15
path: ^1.8.0
16
path_provider: ^2.0.2
17
- photo_manager: ^1.3.1
+ photo_manager: ^2.0.0-dev.2
18
video_player: ^2.1.14
0 commit comments