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 1
1
# Changelog
2
2
3
- ## 3.0.0-dev.4
3
+ ## 3.0.0
4
4
5
- - Fix scaling issues with turns and orientations.
6
- - Fix lint issues on Flutter 2.10.
7
- - Export ` CameraPickerPageRoute ` .
5
+ ### New features
8
6
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 ` .
10
10
- Abstract ` CamearPickerConfig ` , which moved all arguments from ` pickFromCamera ` to ` pickerConfig ` .
11
11
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
18
13
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 )
22
14
- Improve camera initializes by adding a lock.
15
+ - Tweak asynchronous methods call during initializations.
16
+ - Make camera controllers available as soon as possible.
23
17
24
- ## 3.0.0-dev.1
18
+ ### Fixes
25
19
26
- - Migrate to the latest photo_manager.
20
+ - Fix scaling issues with turns and orientations.
21
+ - Fix lint issues on Flutter 2.10.
27
22
28
23
## 2.6.5
29
24
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker_demo
2
2
description : A new Flutter project.
3
3
publish_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
5
5
6
6
environment :
7
7
sdk : ' >=2.14.0 <3.0.0'
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker
2
2
description : 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
4
4
homepage : https://github.com/fluttercandies/flutter_wechat_camera_picker
5
5
6
6
environment :
@@ -14,5 +14,5 @@ dependencies:
14
14
camera : ^0.9.4+6
15
15
path : ^1.8.0
16
16
path_provider : ^2.0.8
17
- photo_manager : ^2.0.0-dev.14
17
+ photo_manager : ^2.0.0
18
18
video_player : ^2.2.14
You can’t perform that action at this time.
0 commit comments