Releases: fluttercandies/flutter_wechat_camera_picker
Releases · fluttercandies/flutter_wechat_camera_picker
v2.6.0
- 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
- Fix invalid widgets binding observer caller.
v2.5.0
- Add
onError
to handle errors during the picking process.
SaveEntityCallback
-> EntitySaveCallback
.
- Improve folder structure of the plugin.
v2.4.2
- Flip the preview if the user is using a front camera.
v2.4.1
- Handle save exceptions more graceful.
- Dispose the controller when previewing for better performance.
v2.4.0
- Bump
camera
to 0.9.x
.
- Remove
shouldLockPortrait
in picking.
v2.3.1
- Expose
enablePullToZoomInRecord
for the pickFromCamera
method.
- Trigger shooting preparation only when start recording on iOS.
v2.3.0
- 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
- Expose
useRootNavigator
while picking.
v2.3.0-dev.1
- 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.