Releases: fluttercandies/flutter_wechat_camera_picker
Releases · fluttercandies/flutter_wechat_camera_picker
v3.5.0+1
v3.5.0
What's Changed
New features
- Support customized UI by overriding
State
s. (#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: v3.4.0...v3.5.0
v3.4.0
What's Changed
Breaking Changes
- Allow the foreground builder to be used all the time (#97).
The signature of theForegroundBuilder
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: v3.2.0...v3.4.0
v3.2.0
v3.2.0-dev.1
What's Changed
Migrate to Flutter 2.13, and drop supports for older Flutter versions.
Full Changelog: v3.1.0...v3.2.0-dev.1