Skip to content

Releases: fluttercandies/flutter_wechat_camera_picker

v3.0.0-dev.1

17 Jan 08:42
8a6f0ea
Compare
Choose a tag to compare
v3.0.0-dev.1 Pre-release
Pre-release

Migrate to the latest photo_manager.

v2.6.5

17 Jan 07:51
4df8a9c
Compare
Choose a tag to compare

What's Changed

  • 🔖 Remove duplicate future requests when saving entity by @AlexV525

Full Changelog: v2.6.4...v2.6.5

v2.6.4

14 Jan 10:29
dbbbde2
Compare
Choose a tag to compare

What's Changed

  • 🐛 Drop initialize when the controller has been already initialized by @AlexV525 in #70

Full Changelog: v2.6.3...v2.6.4

v2.6.3

24 Dec 14:32
4031a7a
Compare
Choose a tag to compare

What's Changed

  • 🚑️ Fix set exposure point crashes when switching between cameras by @leftcoding in #66

New Contributors

Full Changelog: v2.6.2...v2.6.3

v2.6.2

09 Dec 08:52
ef6eb3d
Compare
Choose a tag to compare

What's Changed

  • 🎨 Bind circular progress color with the theme.
  • ⚡️ Improve the scaling calculate for the camera preview by @AlexV525 in #62

Full Changelog: v2.6.1...v2.6.2

v2.6.1

22 Nov 01:48
7ec3b34
Compare
Choose a tag to compare
  • Allow saving entities when the permission is limited on iOS.

Full Changelog: v2.6.0...v2.6.1

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.