Skip to content

Releases: fluttercandies/flutter_wechat_camera_picker

v2.6.0

14 Nov 06:57
Compare
Choose a tag to compare
  • Add preferredLensDirection, allow users to choose which lens direction is preferred when first using the camera.
  • Add enableTapRecording, allow users to determine whether to allow the record can start with single tap.
  • Add shouldAutoPreviewVideo, allow users to determine whether the video should be played instantly in the preview.

Full Changelog: v2.5.1...v2.6.0

v2.5.1

11 Nov 12:46
Compare
Choose a tag to compare
  • Fix invalid widgets binding observer caller.

v2.5.0

12 Oct 06:29
3b38cbe
Compare
Choose a tag to compare
  • Add onError to handle errors during the picking process.
  • SaveEntityCallback -> EntitySaveCallback.
  • Improve folder structure of the plugin.

v2.4.2

16 Sep 03:12
18fb413
Compare
Choose a tag to compare
  • Flip the preview if the user is using a front camera.

v2.4.1

03 Sep 06:25
166e172
Compare
Choose a tag to compare
  • Handle save exceptions more graceful.
  • Dispose the controller when previewing for better performance.

v2.4.0

01 Sep 08:43
0dbbdc2
Compare
Choose a tag to compare
  • Bump camera to 0.9.x .
  • Remove shouldLockPortrait in picking.

v2.3.1

18 Aug 08:06
458ce3c
Compare
Choose a tag to compare
  • Expose enablePullToZoomInRecord for the pickFromCamera method.
  • Trigger shooting preparation only when start recording on iOS.

v2.3.0

04 Aug 02:17
5025aa2
Compare
Choose a tag to compare
  • Expose useRootNavigator while picking.
  • Initialize a new controller if failed to stop recording. (#39)
  • Throw or rethrow exceptions that used to be caught. (#41)
  • Update the back icon with preview.
  • Enhance video capture on iOS with preparation.

v2.3.0-dev.2

16 Jul 01:57
b1b5732
Compare
Choose a tag to compare
v2.3.0-dev.2 Pre-release
Pre-release
  • Expose useRootNavigator while picking.

v2.3.0-dev.1

15 Jul 14:29
Compare
Choose a tag to compare
v2.3.0-dev.1 Pre-release
Pre-release
  • Initialize a new controller if failed to stop recording. (#39)
  • Throw or rethrow exceptions that used to be caught. (#41)
  • Update the back icon with preview.
  • Enhance video capture on iOS with preparation.