Skip to content

Releases: fluttercandies/flutter_wechat_camera_picker

v4.2.0

27 Feb 15:21
ff87864
Compare
Choose a tag to compare

What's Changed

Breaking changes

See the Migration Guide for breaking changes between versions.

  • 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.
  • Use wechat_picker_library.

Fixes

  • Fix onEntitySaving not returned after called. (#223)
  • Predicate access denied to avoid deadlocks.

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.2.0-dev.3

09 Dec 00:55
414b7dc
Compare
Choose a tag to compare
v4.2.0-dev.3 Pre-release
Pre-release

What's Changed

  • 🥅 Catch exceptions when obtain/subscribe to the accelerometer stream by @AlexV525 in #230

Full Changelog: v4.2.0-dev.2...v4.2.0-dev.3

v4.1.2

09 Dec 00:54
c37e276
Compare
Choose a tag to compare

What's Changed

  • 🥅 Catch exceptions when obtain/subscribe to the accelerometer stream by @AlexV525 in #230

Full Changelog: v4.1.1...v4.1.2

v4.2.0-dev.2

17 Nov 02:25
5fa4614
Compare
Choose a tag to compare
v4.2.0-dev.2 Pre-release
Pre-release

What's Changed

  • 🐛 Fix onEntitySaving not returned after called by @AlexV525 in #223

Full Changelog: v4.2.0-dev.1...v4.2.0-dev.2

v4.1.1

17 Nov 02:17
441d1c3
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix onEntitySaving not returned after called by @AlexV525 in #223

Full Changelog: v4.1.0...v4.1.1

v4.2.0-dev.1

16 Nov 01:51
ceb03f1
Compare
Choose a tag to compare
v4.2.0-dev.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0-dev.1

v4.1.0

16 Nov 01:48
2203168
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2

11 Sep 03:51
f9f5a89
Compare
Choose a tag to compare

What's Changed

  • Handles exceptions if locking methods are failed by @AlexV525 in #196

Full Changelog: v4.0.1...v4.0.2

v4.0.1

29 Aug 02:36
6f97f50
Compare
Choose a tag to compare

What's Changed

  • 🥅 Catch exceptions for controller methods by @AlexV525 in #191

Full Changelog: v4.0.0...v4.0.1

v4.0.0

17 Aug 14:58
b04afc3
Compare
Choose a tag to compare

What's Changed

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.
  • Allow cameras to be set repeatedly.

Fixes

  • Fix accessibility on the switch cameras button.

Full Changelog: v3.8.0...v4.0.0