Skip to content

v2.0.0

Compare
Choose a tag to compare
@AlexV525 AlexV525 released this 09 Mar 06:04
4962639

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.