File tree Expand file tree Collapse file tree 3 files changed +14
-19
lines changed Expand file tree Collapse file tree 3 files changed +14
-19
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 3.0.0-dev.4
3+ ## 3.0.0
44
5- - Fix scaling issues with turns and orientations.
6- - Fix lint issues on Flutter 2.10.
7- - Export ` CameraPickerPageRoute ` .
5+ ### New features
86
9- Breaking changes:
7+ - Add full semantics support. (#72 )
8+ - Add ` lockCaptureOrientation ` , allowing users to determine lock to the specific orientation during captures. (#68 )
9+ - Export ` CameraPickerPageRoute ` .
1010- Abstract ` CamearPickerConfig ` , which moved all arguments from ` pickFromCamera ` to ` pickerConfig ` .
1111
12- ## 3.0.0-dev.3
13-
14- - Improve semantics expressions.
15- - Make camera controllers available as soon as possible.
16-
17- ## 3.0.0-dev.2
12+ ### Improvements
1813
19- - Add ` lockCaptureOrientation ` , allowing users to determine lock to the specific orientation during captures. (#68 )
20- - Tweak asynchronous methods call during initializations.
21- - Add full semantics support. (#72 )
2214- Improve camera initializes by adding a lock.
15+ - Tweak asynchronous methods call during initializations.
16+ - Make camera controllers available as soon as possible.
2317
24- ## 3.0.0-dev.1
18+ ### Fixes
2519
26- - Migrate to the latest photo_manager.
20+ - Fix scaling issues with turns and orientations.
21+ - Fix lint issues on Flutter 2.10.
2722
2823## 2.6.5
2924
Original file line number Diff line number Diff line change 11name : wechat_camera_picker_demo
22description : A new Flutter project.
33publish_to : ' none' # Remove this line if you wish to publish to pub.dev
4- version : 3.0.0+4
4+ version : 3.0.0+5
55
66environment :
77 sdk : ' >=2.14.0 <3.0.0'
Original file line number Diff line number Diff line change 11name : wechat_camera_picker
22description : A camera picker which is an extension to wechat_assets_picker, but can be run separately.
3- version : 3.0.0-dev.4
3+ version : 3.0.0
44homepage : https://github.com/fluttercandies/flutter_wechat_camera_picker
55
66environment :
@@ -14,5 +14,5 @@ dependencies:
1414 camera : ^0.9.4+6
1515 path : ^1.8.0
1616 path_provider : ^2.0.8
17- photo_manager : ^2.0.0-dev.14
17+ photo_manager : ^2.0.0
1818 video_player : ^2.2.14
You can’t perform that action at this time.
0 commit comments