File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -6,28 +6,18 @@ that can be found in the LICENSE file. -->
6
6
7
7
See the [ Migration Guide] ( guides/migration_guide.md ) for the details of breaking changes between versions.
8
8
9
- ## 4.0.0-dev.3
10
-
11
- ### Improvements
12
-
13
- - Adapt layouts according to the device orientation.
14
-
15
- ## 4.0.0-dev.2
16
-
17
- ### New features
18
-
19
- - Migrate to Flutter 3.3, and drop supports for previous Flutter versions.
20
-
21
- ## 4.0.0-dev.1
9
+ ## 4.0.0
22
10
23
11
To know more about breaking changes, see [ Migration Guide] [ ] .
24
12
25
13
### New features
26
14
15
+ - Migrate to Flutter 3.3, and drop supports for previous Flutter versions.
27
16
- Sync all UI details from WeChat 8.3.x. (#181 )
28
17
29
18
### Improvements
30
19
20
+ - Adapt layouts according to the device orientation.
31
21
- Improve the performance when taking photos.
32
22
- Improve the experience when using the exposure slider.
33
23
- Prefer ` FlashMode.off ` for better performance.
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
- version : 4.0.0+24
3
+ version : 4.0.0+25
4
4
publish_to : none
5
5
6
6
environment :
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker
2
2
description : A camera picker based on WeChat's UI which is a separate runnable extension to wechat_assets_picker.
3
3
repository : https://github.com/fluttercandies/flutter_wechat_camera_picker
4
- version : 4.0.0-dev.3
4
+ version : 4.0.0
5
5
6
6
environment :
7
7
sdk : " >=2.18.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments