Skip to content

Commit

Permalink
🔖 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Aug 17, 2023
1 parent 334c72f commit b04afc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,18 @@ that can be found in the LICENSE file. -->

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

## 4.0.0-dev.3

### Improvements

- Adapt layouts according to the device orientation.

## 4.0.0-dev.2

### New features

- Migrate to Flutter 3.3, and drop supports for previous Flutter versions.

## 4.0.0-dev.1
## 4.0.0

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

### New features

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

### Improvements

- Adapt layouts according to the device orientation.
- Improve the performance when taking photos.
- Improve the experience when using the exposure slider.
- Prefer `FlashMode.off` for better performance.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wechat_camera_picker_demo
description: A new Flutter project.
version: 4.0.0+24
version: 4.0.0+25
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: wechat_camera_picker
description: A camera picker based on WeChat's UI which is a separate runnable extension to wechat_assets_picker.
repository: https://github.com/fluttercandies/flutter_wechat_camera_picker
version: 4.0.0-dev.3
version: 4.0.0

environment:
sdk: ">=2.18.0 <3.0.0"
Expand Down

0 comments on commit b04afc3

Please sign in to comment.