Skip to content

Commit b04afc3

Browse files
committed
🔖 4.0.0
1 parent 334c72f commit b04afc3

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,18 @@ that can be found in the LICENSE file. -->
66

77
See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions.
88

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
2210

2311
To know more about breaking changes, see [Migration Guide][].
2412

2513
### New features
2614

15+
- Migrate to Flutter 3.3, and drop supports for previous Flutter versions.
2716
- Sync all UI details from WeChat 8.3.x. (#181)
2817

2918
### Improvements
3019

20+
- Adapt layouts according to the device orientation.
3121
- Improve the performance when taking photos.
3222
- Improve the experience when using the exposure slider.
3323
- Prefer `FlashMode.off` for better performance.

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_camera_picker_demo
22
description: A new Flutter project.
3-
version: 4.0.0+24
3+
version: 4.0.0+25
44
publish_to: none
55

66
environment:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: wechat_camera_picker
22
description: A camera picker based on WeChat's UI which is a separate runnable extension to wechat_assets_picker.
33
repository: https://github.com/fluttercandies/flutter_wechat_camera_picker
4-
version: 4.0.0-dev.3
4+
version: 4.0.0
55

66
environment:
77
sdk: ">=2.18.0 <3.0.0"

0 commit comments

Comments
 (0)