Skip to content

Releases: fluttercandies/flutter_wechat_assets_picker

v10.0.0

22 Nov 17:36
7d2aaaf

Choose a tag to compare

What's Changed

Breaking changes

  • Migrate to Flutter 3.27 and drop support for previous Flutter versions.
  • Make delegate respect generic types as much as possible.
    This is a breaking change for users who use custom delegates and providers.
    See the migration guide for more details.
  • Remove deprecated methods.

New features

  • Support multiple append/prepend specials items.

Full Changelog: v9.8.0...v10.0.0

v9.8.0

15 Aug 05:00
0d71045

Choose a tag to compare

Note

Be aware of potential minor theme changes since the base theme has taken place in the picker's theme.

What's Changed

Improvements

  • Improve themes by inheriting the base theme rather than standalone constructors.

Fixes

  • Enabling using the package on Flutter 3.35.

Full Changelog: v9.7.0...v9.8.0

v9.7.0

12 Aug 15:33
74267bb

Choose a tag to compare

What's Changed

Improvements

  • Allows to specify the fallback text delegate through assetPickerTextDelegateFromLocale.

Full Changelog: v9.6.0...v9.7.0

v9.6.0

08 Aug 07:09
562c55d

Choose a tag to compare

What's Changed

New features

  • Expose more route settings.
    Users will now be able to control the route settings for the picker and viewer.
  • Add Persian (Farsi) language support. (Thanks to @Ho3einTahan)

Improvements

  • Improve how MediaQuery is being listened.
  • Stop enabling drag to select when maxAssets == 1.
  • Extract DefaultAssetPickerProvider.init.

Fixes

  • Fix semantics with the close button.
  • Fix selectPredicate not being called when selecting the video asset under the WeChat Moment mode.
  • Manually dispose memory leak objects.

New Contributors

Full Changelog: v9.5.1...v9.6.0

v9.5.1

22 May 10:31
9130db2

Choose a tag to compare

What's Changed

Full Changelog: v9.5.0...v9.5.1

v9.5.0

13 Feb 13:56
0d2dda4

Choose a tag to compare

What's Changed

New features

  • Support drag to select.

Fixes

  • Fixes semantics issues.

New Contributors

Full Changelog: v9.4.2...v9.5.0

v9.4.2

19 Dec 04:55
b03511c

Choose a tag to compare

What's Changed

  • 🚀 Support matching script and country code of locales with the text delegate by @AlexV525 in #668
  • 🌐 Add Traditional Chinese localization by @Gasol in #667
  • ⚡️ Use modified date on Android by @AlexV525 in #671

New Contributors

Full Changelog: v9.4.1...v9.4.2

v9.4.1

21 Nov 15:15
c8c3ea0

Choose a tag to compare

What's Changed

  • Improves the default sort conditions. by @AlexV525 in #662
  • Fixes selecting when reached the max asset limit in the preview by @yishangfei in #648

New Contributors

  • @yishangfei made their first contribution in #648

Full Changelog: v9.4.0...v9.4.1

v9.4.0

08 Nov 05:48
2d51c42

Choose a tag to compare

What's Changed

Improvements

  • Allows extended_image: ^9.0.0.

Fixes

  • Allows assets changing when no path previously.

Full Changelog: v9.3.3...v9.4.0

v9.3.3

17 Oct 11:40
4d2de12

Choose a tag to compare

What's Changed

Fixes

  • Recovers the compatibility with Flutter 3.16.

Full Changelog: v9.3.2...v9.3.3