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 2cbfbe0 commit 6f33682Copy full SHA for 6f33682
example/pubspec.yaml
@@ -12,7 +12,6 @@ dependencies:
12
flutter:
13
sdk: flutter
14
15
- flutter_common_exports: ^0.1.0
16
wechat_camera_picker:
17
path: ../
18
pubspec.yaml
@@ -11,8 +11,8 @@ dependencies:
11
- camera: ^0.5.8+5
- device_info: ^0.4.2+6
- path_provider: ^1.6.11
- photo_manager: ^0.5.7
- video_player: ^0.10.11+2
+ camera: ">=0.5.8+7 <2.0.0"
+ device_info: ">=0.4.2+8 <2.0.0"
+ path_provider: ^1.6.18
+ photo_manager: ">=0.5.8 <2.0.0"
+ video_player: ">=0.11.0 <2.0.0"
0 commit comments