Skip to content

Releases: fluttercandies/flutter_wechat_camera_picker

v2.2.0

13 May 06:45
faccefc
Compare
Choose a tag to compare
  • Add EntitySaveCallback for custom save method.

v2.1.2

30 Apr 09:10
babf7bf
Compare
Choose a tag to compare
  • Improve the UI of the exposure point widget when manually focus.

v2.1.1

28 Mar 07:02
Compare
Choose a tag to compare
  • Use basename when saving entities.

v2.1.0

16 Mar 08:24
c507fac
Compare
Choose a tag to compare
  • Add shouldLockPortrait to fit orientation for the device.
  • Fix exposure offset issue when reset the exposure point after adjust the exposure offset manually.

v2.0.0

09 Mar 06:04
4962639
Compare
Choose a tag to compare

New Features

  • Add enableSetExposure, allow users to update the exposure from the point tapped on the screen.
  • Add enableExposureControlOnPoint, allow users to control the exposure offset with a offset slide from the exposure point.
  • Add enablePinchToZoom, allow users to zoom by pinch the screen.
  • Add enablePullToZoomInRecord, allow users to zoom by pulling up when recording video.
  • Add foregroundBuilder, allow users to build customize widget beyond the camera preview.
  • Add shouldDeletePreviewFile, allow users to choose whether the captured file should be deleted.
  • Sync imageFormatGroup from the camera plugin.

Breaking Changes

  • Migrate to non-nullable by default.
  • isAllowRecording -> enableRecording
  • isOnlyAllowRecording -> onlyAllowRecording

Fixes

  • All fixes from the camera plugin.

v2.0.0-nullsafety.4

25 Feb 10:13
4543d9a
Compare
Choose a tag to compare
v2.0.0-nullsafety.4 Pre-release
Pre-release
  • Migrate to non-nullable by default.

v2.0.0-dev.3

25 Feb 09:20
74120c5
Compare
Choose a tag to compare
v2.0.0-dev.3 Pre-release
Pre-release
  • Add enablePullToZoomInRecord, allow users to zoom by pulling up when recording video.

v2.0.0-dev.2

29 Jan 02:07
caa0321
Compare
Choose a tag to compare
v2.0.0-dev.2 Pre-release
Pre-release
  • Add shouldDeletePreviewFile, allow users to choose whether the captured preview file should be deleted.

v2.0.0-dev.1

28 Jan 07:43
a4f553c
Compare
Choose a tag to compare
v2.0.0-dev.1 Pre-release
Pre-release

Breaking Changes

  • isAllowRecording -> enableRecording
  • isOnlyAllowRecording -> onlyAllowRecording

New Features

  • Add enableSetExposure, allow users to update the exposure from the point tapped on the screen.
  • Add enableExposureControlOnPoint, allow users to control the exposure offset with a offset slide from the exposure point.
  • Add enablePinchToZoom, allow users to zoom by pinch the screen.
  • Add foregroundBuilder, allow users to build customize widget beyond the camera preview.
  • Sync imageFormatGroup from the camera plugin.

Fixes

  • All fixes from the camera plugin.

v1.3.1

17 Dec 08:27
f00f277
Compare
Choose a tag to compare
  • Drop SDK below 1.20.0's supports.
  • Constraint dependencies version. #22