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 - v3.0.0-dev.1

Published by AlexV525 almost 3 years ago

Migrate to the latest photo_manager.

flutter_wechat_camera_picker - v2.6.5

Published by AlexV525 almost 3 years ago

What's Changed

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

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v2.6.4...v2.6.5

flutter_wechat_camera_picker - v2.6.4

Published by AlexV525 almost 3 years ago

What's Changed

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v2.6.3...v2.6.4

flutter_wechat_camera_picker - v2.6.3

Published by AlexV525 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v2.6.2...v2.6.3

flutter_wechat_camera_picker - v2.6.2

Published by AlexV525 almost 3 years ago

What's Changed

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v2.6.1...v2.6.2

flutter_wechat_camera_picker - v2.6.1

Published by AlexV525 almost 3 years ago

  • Allow saving entities when the permission is limited on iOS.

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v2.6.0...v2.6.1

flutter_wechat_camera_picker - v2.6.0

Published by AlexV525 almost 3 years ago

  • 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: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v2.5.1...v2.6.0

flutter_wechat_camera_picker - v2.5.1

Published by AlexV525 almost 3 years ago

  • Fix invalid widgets binding observer caller.
flutter_wechat_camera_picker - v2.5.0

Published by AlexV525 about 3 years ago

  • Add onError to handle errors during the picking process.
  • SaveEntityCallback -> EntitySaveCallback.
  • Improve folder structure of the plugin.
flutter_wechat_camera_picker - v2.4.2

Published by AlexV525 about 3 years ago

  • Flip the preview if the user is using a front camera.
flutter_wechat_camera_picker - v2.4.1

Published by AlexV525 about 3 years ago

  • Handle save exceptions more graceful.
  • Dispose the controller when previewing for better performance.
flutter_wechat_camera_picker - v2.4.0

Published by AlexV525 about 3 years ago

  • Bump camera to 0.9.x .
  • Remove shouldLockPortrait in picking.
flutter_wechat_camera_picker - v2.3.1

Published by AlexV525 about 3 years ago

  • Expose enablePullToZoomInRecord for the pickFromCamera method.
  • Trigger shooting preparation only when start recording on iOS.
flutter_wechat_camera_picker - v2.3.0

Published by AlexV525 about 3 years ago

  • 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.
flutter_wechat_camera_picker - v2.3.0-dev.2

Published by AlexV525 over 3 years ago

  • Expose useRootNavigator while picking.
flutter_wechat_camera_picker - v2.3.0-dev.1

Published by AlexV525 over 3 years ago

  • 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.
flutter_wechat_camera_picker - v2.2.0

Published by AlexV525 over 3 years ago

  • Add EntitySaveCallback for custom save method.
flutter_wechat_camera_picker - v2.1.2

Published by AlexV525 over 3 years ago

  • Improve the UI of the exposure point widget when manually focus.
flutter_wechat_camera_picker - v2.1.1

Published by AlexV525 over 3 years ago

  • Use basename when saving entities.
flutter_wechat_camera_picker - v2.1.0

Published by AlexV525 over 3 years ago

  • Add shouldLockPortrait to fit orientation for the device.
  • Fix exposure offset issue when reset the exposure point after adjust the exposure offset manually.