Releases: fluttercandies/flutter_wechat_camera_picker
Releases · fluttercandies/flutter_wechat_camera_picker
v4.2.0
What's Changed
Breaking changes
See the Migration Guide for breaking changes between versions.
- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
- Bump
photo_manager
to v3.x. - Export
photo_manager_image_provider
.
Improvements
- Roll
sensors_plus
. - Catch exceptions when obtain/subscribe to the accelerometer stream.
- Use
wechat_picker_library
.
Fixes
- Fix
onEntitySaving
not returned after called. (#223) - Predicate access denied to avoid deadlocks.
New Contributors
- @CaiJingLong made their first contribution in #221
Full Changelog: v4.1.0...v4.2.0
v4.2.0-dev.3
What's Changed
Full Changelog: v4.2.0-dev.2...v4.2.0-dev.3
v4.1.2
v4.2.0-dev.2
What's Changed
Full Changelog: v4.2.0-dev.1...v4.2.0-dev.2
v4.1.1
v4.2.0-dev.1
What's Changed
- feat: Upgrade photo_manager version to 3.x by @CaiJingLong in #221
New Contributors
- @CaiJingLong made their first contribution in #221
Full Changelog: v4.1.0...v4.2.0-dev.1
v4.1.0
What's Changed
- 🚸 Prevent duplicate shooting actions by @AlexV525 in #204
- 🥅 Wrap controller methods by @AlexV525 in #200
- 🐛 Fix invalid linter by @AmosHuKe in #215
- 🐛 Handle exceptions after all flows by @AlexV525 in #216
- 🚀 Use sensors to determine capture orientation by @AlexV525 in #218
- 🐛 Fix various problems with the capture button by @AlexV525 in #219
New Contributors
Full Changelog: v4.0.2...v4.1.0
v4.0.2
v4.0.1
v4.0.0
What's Changed
To know more about breaking changes, see Migration Guide.
New features
- Migrate to Flutter 3.3, and drop supports for previous Flutter versions.
- Sync all UI details from WeChat 8.3.x. (#181)
Improvements
- Adapt layouts according to the device orientation.
- Improve the performance when taking photos.
- Improve the experience when using the exposure slider.
- Prefer
FlashMode.off
for better performance. - Allow
cameras
to be set repeatedly.
Fixes
- Fix accessibility on the switch cameras button.
Full Changelog: v3.8.0...v4.0.0