Skip to content

Releases: fluttercandies/flutter_wechat_camera_picker

v3.5.0+1

14 Aug 16:35
6e01656
Compare
Choose a tag to compare

What's Changed

  • 🚑️ Fix the too early widget access in CameraPickerState by @AlexV525 in #124

Full Changelog: v3.5.0...v3.5.0+1

v3.5.0

13 Aug 17:11
0e5a391
Compare
Choose a tag to compare

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: v3.4.0...v3.5.0

v3.4.0

24 Jun 12:02
bddabb4
Compare
Choose a tag to compare

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: v3.2.0...v3.4.0

v3.2.0

13 May 08:02
4b96a53
Compare
Choose a tag to compare

What's Changed

  • 🚀 Support Flutter 3.

Full Changelog: v3.1.0...v3.2.0+1

v3.2.0-dev.1

11 May 05:45
15ddc5f
Compare
Choose a tag to compare
v3.2.0-dev.1 Pre-release
Pre-release

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

v3.1.0

21 Apr 04:52
Compare
Choose a tag to compare

What's Changed

New features

New Contributors

Full Changelog: v3.0.4...v3.1.0

v3.0.4

29 Mar 16:12
Compare
Choose a tag to compare

What's Changed

Fixes

  • Unify the method to push to the viewer by @AlexV525 in #86

Full Changelog: v3.0.3...v3.0.4

v3.0.3

29 Mar 07:42
Compare
Choose a tag to compare

What's Changed

Fixes

  • Correct arguments of EntitySaveCallback by @AlexV525 in #85

Full Changelog: v3.0.2...v3.0.3

v3.0.2

22 Mar 06:13
Compare
Choose a tag to compare

Improvements

  • Export enums and typedefs.

Full Changelog: v3.0.1...v3.0.2

v3.0.1

14 Mar 02:51
Compare
Choose a tag to compare

Fixes

  • Remove redundant dispose with the controller.

Full Changelog: v3.0.0...v3.0.1