Skip to content

Releases: fluttercandies/flutter_wechat_assets_picker

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.

v6.0.0-dev.7

19 Jul 08:07
469ff71
Compare
Choose a tag to compare
v6.0.0-dev.7 Pre-release
Pre-release
  • Fix grid count calculate issue when switching between folders. (#179)
  • Grab fixes from photo_manager.

v6.0.0-dev.6

16 Jul 10:11
07e22d6
Compare
Choose a tag to compare
v6.0.0-dev.6 Pre-release
Pre-release
  • Improve delivery mode for thumbnails on iOS.
  • Improve text scale handling. (#177)
  • Some tweaks for the example.

v6.0.0-dev.5

13 Jul 06:50
7a346ca
Compare
Choose a tag to compare
v6.0.0-dev.5 Pre-release
Pre-release
  • Fix keep offset jumping recovery issues. (#174)
  • More abstractions and structure updates for the example.