Skip to content

Releases: fluttercandies/flutter_wechat_assets_picker

v6.1.0

03 Sep 09:25
24cb700
Compare
Choose a tag to compare
  • Introduce selectPredicate to predicate asset when picking.

v6.0.6

01 Sep 08:52
8e28234
Compare
Choose a tag to compare
  • Use the correct index reference with selectedBackdrop. (#195)

v6.0.5

27 Aug 02:42
68517b8
Compare
Choose a tag to compare
  • Upgrade dependencies.

v6.0.4

18 Aug 08:12
8caef34
Compare
Choose a tag to compare
  • Add French language text delegate. (Thanks to @didiosn)
  • Export "Nothing here." as a field to text delegate. (#190)
  • Fix selected backdrop not synced all the time.
  • Improve the instructions for the example.

v6.0.3

12 Aug 09:48
fc38716
Compare
Choose a tag to compare
  • Fix path entity nullable issues with the asset grid.
  • Fix assets displaying condition missing with the iOS layout.

v6.0.2

10 Aug 07:32
7fce3d7
Compare
Choose a tag to compare
  • Expose shouldReversePreview for AssetPickerViewerBuilderDelegate, which provides a more precise control for the viewer.

v6.0.1

05 Aug 06:00
7653b52
Compare
Choose a tag to compare
  • Improve total count calculation with AssetPathEntity. (#187)
  • Obtain AssetPathEntity.isAll fix from photo_manager.
  • Documents update.

v6.0.0

04 Aug 02:27
5eb11ad
Compare
Choose a tag to compare

New features

  • Sync all UI details from WeChat 8.x.
  • Integrate iCloud progress overview in previews.
  • Change the permission from the app settings when it's limited.
  • Request more assets on iOS when the permission is limited.
  • Fit the assets' grid's layout as the iOS Photos app (reverted and started from the bottom).
  • Add Arabic language text delegate.
  • Allow using AssetPicker and AssetPickerViewer directly with delegates.
  • Add keepScrollOffset feature for the AssetPickerBuilderDelegate, which allow users to keep the scroll offset between pickings.

Improvements

  • Items that being banned from select (reached max assets or type conflict) will have a stronger color cover to indicate.
  • Video preview in the [SpecialPickerType.wechatMoment] is completely different from other previews.
  • Grid items has removed fade builder for more straight feedback after it gets loaded.
  • Better interaction when jumping between previewing assets.
  • Path entities list layout structure performance & structure improved.
  • More precise thumbnail's option for iOS.
  • Improve text scale handling. (#177)
  • Reduce font size for couple texts.

Breaking changes

Multiple refactoring happened with delegates, see Migration Guide for more details.

v6.0.0-dev.9

28 Jul 05:34
5cdca3b
Compare
Choose a tag to compare
v6.0.0-dev.9 Pre-release
Pre-release
  • Reduce font size for couple texts.
  • Update JapaneseTextDelegate. (#185)

v6.0.0-dev.8

24 Jul 10:46
26f0811
Compare
Choose a tag to compare
v6.0.0-dev.8 Pre-release
Pre-release
  • Integrate iCloud progress overview in previews.
  • Revert page view items for Apple devices in order to keep the behaviour with the assets' grid.
  • Improve AssetPickerViewerBuilderDelegate's abstraction.