flutter_wechat_camera_picker

A camera picker (take photos and videos) for Flutter projects based on WeChat's UI. It's a standalone module of wechat_assets_picker yet it can be run separately.

APACHE-2.0 License

Stars
358
Committers
13

Bot releases are hidden (Show)

flutter_wechat_camera_picker - v2.0.0

Published by AlexV525 over 3 years ago

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.
flutter_wechat_camera_picker - v2.0.0-nullsafety.4

Published by AlexV525 over 3 years ago

  • Migrate to non-nullable by default.
flutter_wechat_camera_picker - v2.0.0-dev.3

Published by AlexV525 over 3 years ago

  • Add enablePullToZoomInRecord, allow users to zoom by pulling up when recording video.
flutter_wechat_camera_picker - v2.0.0-dev.2

Published by AlexV525 over 3 years ago

  • Add shouldDeletePreviewFile, allow users to choose whether the captured preview file should be deleted.
flutter_wechat_camera_picker - v2.0.0-dev.1

Published by AlexV525 over 3 years ago

Breaking Changes

  • isAllowRecording -> enableRecording
  • isOnlyAllowRecording -> onlyAllowRecording

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 foregroundBuilder, allow users to build customize widget beyond the camera preview.
  • Sync imageFormatGroup from the camera plugin.

Fixes

  • All fixes from the camera plugin.
flutter_wechat_camera_picker - v1.3.1

Published by AlexV525 almost 4 years ago

  • Drop SDK below 1.20.0's supports.
  • Constraint dependencies version. #22
flutter_wechat_camera_picker - v1.3.0

Published by AlexV525 about 4 years ago

  • Add enableAudio parameter to control whether the package will require audio integration. #17
flutter_wechat_camera_picker - v1.2.3

Published by AlexV525 about 4 years ago

  • Fix maximumRecordingDuration not passed in static method. #14
flutter_wechat_camera_picker - v1.2.2

Published by AlexV525 about 4 years ago

  • Raise dependencies versions.
flutter_wechat_camera_picker - v1.2.1

Published by AlexV525 about 4 years ago

  • Add cameraQuarterTurns.
flutter_wechat_camera_picker - v1.2.0

Published by AlexV525 about 4 years ago

  • Expose resolution preset control.
flutter_wechat_camera_picker - v1.1.2

Published by AlexV525 about 4 years ago

  • Remove common exports.
flutter_wechat_camera_picker - v1.1.1

Published by AlexV525 about 4 years ago

  • Documents update.
flutter_wechat_camera_picker - v1.1.0+1

Published by AlexV525 about 4 years ago

  • Link confirm button's text with delegate. Fix #6 .
flutter_wechat_camera_picker - v1.1.0

Published by AlexV525 about 4 years ago

  • Add isOnlyAllowRecording . Resolves #4 .
  • Make camera switching available. Resolves #5 .
flutter_wechat_camera_picker - v1.0.0+1

Published by AlexV525 over 4 years ago

  • Fix potential non exist directory access.
flutter_wechat_camera_picker - v1.0.0

Published by AlexV525 over 4 years ago

  • Support take picture and video.
  • Support video recording duration limitation.