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.7.0

Published by AlexV525 almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.6.5...v3.7.0

flutter_wechat_camera_picker - v3.6.5

Published by AlexV525 almost 2 years ago

flutter_wechat_camera_picker - v3.6.4

Published by AlexV525 almost 2 years ago

What's Changed

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

flutter_wechat_camera_picker - v3.6.3

Published by AlexV525 almost 2 years ago

What's Changed

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.6.1...v3.6.3

flutter_wechat_camera_picker - v3.6.1

Published by AlexV525 about 2 years ago

flutter_wechat_camera_picker - v3.6.0

Published by AlexV525 about 2 years ago

What's Changed

New features

  • Upgrade camera to 0.10.x. (#133)
  • Upgrade photo_maanger for Android 13. (#133)

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.5.0...v3.6.0

flutter_wechat_camera_picker - v3.5.0+1

Published by AlexV525 about 2 years ago

What's Changed

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.5.0...v3.5.0+1

flutter_wechat_camera_picker - v3.5.0

Published by AlexV525 about 2 years ago

What's Changed

New features

  • Support customized UI by overriding States. (#113)

Improvements

  • Expose multiple internal widgets. (#113)
  • Re-export CameraPicker's constructor. (#116)
  • Avoid duplicate entity saving. (#117)
  • Prevent switching cameras when taking picture or recording video. (#120)

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.4.0...v3.5.0

flutter_wechat_camera_picker - v3.4.0

Published by AlexV525 over 2 years ago

What's Changed

Breaking Changes

  • Allow the foreground builder to be used all the time (#97).
    The signature of the ForegroundBuilder has changed
    but can be easily migrated.

New features

  • Add enableScaledPreview. (#108)

Improvements

  • Catch more errors with the handler. (#110)
  • Improve tapping exposure updates. (#109)
  • Prevent unnecessary zoom updates. (#107)
  • Allow text delegates to be obtained by Locale. (#99)

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.2.0...v3.4.0

flutter_wechat_camera_picker - v3.2.0

Published by AlexV525 over 2 years ago

What's Changed

  • 🚀 Support Flutter 3.

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.1.0...v3.2.0+1

flutter_wechat_camera_picker - v3.2.0-dev.1

Published by AlexV525 over 2 years ago

What's Changed

Migrate to Flutter 2.13, and drop supports for older Flutter versions.

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.1.0...v3.2.0-dev.1

flutter_wechat_camera_picker - v3.1.0

Published by AlexV525 over 2 years ago

flutter_wechat_camera_picker - v3.0.4

Published by AlexV525 over 2 years ago

flutter_wechat_camera_picker - v3.0.3

Published by AlexV525 over 2 years ago

flutter_wechat_camera_picker - v3.0.2

Published by AlexV525 over 2 years ago

Improvements

  • Export enums and typedefs.

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.0.1...v3.0.2

flutter_wechat_camera_picker - v3.0.1

Published by AlexV525 over 2 years ago

Fixes

  • Remove redundant dispose with the controller.

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.0.0...v3.0.1

flutter_wechat_camera_picker - v3.0.0

Published by AlexV525 over 2 years ago

New features

  • Add full semantics support. (#72)
  • Add lockCaptureOrientation, allowing users to determine lock to the specific orientation during captures. (#68)
  • Export CameraPickerPageRoute.
  • Abstract CamearPickerConfig, which moved all arguments from pickFromCamera to pickerConfig.

Improvements

  • Improve camera initializes by adding a lock.
  • Tweak asynchronous methods call during initializations.
  • Make camera controllers available as soon as possible.

Fixes

  • Fix scaling issues with turns and orientations.
  • Fix lint issues on Flutter 2.10.
flutter_wechat_camera_picker - v3.0.0-dev.4

Published by AlexV525 over 2 years ago

What's Changed

  • Fix scaling issues with turns and orientations.
  • Fix lint issues on Flutter 2.10.
  • Export CameraPickerPageRoute.

Breaking changes:

  • Abstract CamearPickerConfig, which moved all arguments from pickFromCamera to pickerConfig.

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.0.0-dev.3...v3.0.0-dev.4

flutter_wechat_camera_picker - v3.0.0-dev.3

Published by AlexV525 over 2 years ago

What's Changed

  • Improve semantics expressions.
  • Make camera controllers available as soon as possible.

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.0.0-dev.2...v3.0.0-dev.3

flutter_wechat_camera_picker - v3.0.0-dev.2

Published by AlexV525 over 2 years ago

What's Changed

  • Add lockCaptureOrientation, allowing users to determine lock to the specific orientation during captures. (#68)
  • Tweak asynchronous methods call during initializations.
  • Add full semantics support. (#72)
  • Improve camera initializes by adding a lock.

New Contributors

Full Changelog: https://github.com/fluttercandies/flutter_wechat_camera_picker/compare/v3.0.0-dev.1...v3.0.0-dev.2