Releases: fluttercandies/flutter_wechat_camera_picker
Releases · fluttercandies/flutter_wechat_camera_picker
v2.3.0
04 Aug 02:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Expose useRootNavigator while picking.
v2.3.0-dev.1
15 Jul 14:29
Compare
Sorry, something went wrong.
No results found
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.2.0
13 May 06:45
Compare
Sorry, something went wrong.
No results found
Add EntitySaveCallback for custom save method.
v2.1.2
30 Apr 09:10
Compare
Sorry, something went wrong.
No results found
Improve the UI of the exposure point widget when manually focus.
v2.1.1
28 Mar 07:02
Compare
Sorry, something went wrong.
No results found
Use basename when saving entities.
v2.1.0
16 Mar 08:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Migrate to non-nullable by default.
v2.0.0-dev.3
25 Feb 09:20
Compare
Sorry, something went wrong.
No results found
Add enablePullToZoomInRecord, allow users to zoom by pulling up when recording video.