Skip to content

Commit

Permalink
🔖 4.2.0 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Feb 27, 2024
1 parent 393fa45 commit ff87864
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 27 deletions.
29 changes: 7 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,24 @@ that can be found in the LICENSE file. -->

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

## 4.2.0-dev.4
## 4.2.0

### Improvements

- Use `wechat_picker_library`.

### Fixes

- Predicate access denied to avoid deadlocks.
### Breaking changes

## 4.2.0-dev.3
- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
- Bump `photo_manager` to v3.x.
- Export `photo_manager_image_provider`.

### Improvements

- Roll `sensors_plus`.
- Catch exceptions when obtain/subscribe to the accelerometer stream.

## 4.2.0-dev.2

### Breaking changes

- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
- Use `wechat_picker_library`.

### Fixes

- Fix `onEntitySaving` not returned after called. (#223)

## 4.2.0-dev.1

### New features

- Bump `photo_manager` to v3.x.
- Export `photo_manager_image_provider`.
- Predicate access denied to avoid deadlocks.

## 4.1.0

Expand Down
4 changes: 2 additions & 2 deletions 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.2.0+31
version: 4.2.0+32
publish_to: none

environment:
Expand All @@ -17,7 +17,7 @@ dependencies:
wechat_camera_picker:
path: ../

package_info_plus: ^4.0.0
package_info_plus: ^5.0.0
video_player: ^2.7.0

dev_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wechat_camera_picker
version: 4.2.0-dev.4
version: 4.2.0
description: |
A camera picker for Flutter projects based on WeChat's UI,
which is also a separate runnable extension to the
Expand All @@ -22,12 +22,12 @@ dependencies:
flutter:
sdk: flutter

wechat_picker_library: ^1.0.0-0
wechat_picker_library: ^1.0.0

camera: ^0.10.0
camera_platform_interface: ^2.1.5
path: ^1.8.0
photo_manager: ^3.0.0-dev.1
photo_manager: ^3.0.0
photo_manager_image_provider: ^2.0.0
sensors_plus: ^4.0.1
video_player: ^2.7.0
Expand Down

0 comments on commit ff87864

Please sign in to comment.