Skip to content

Releases: fluttercandies/flutter_wechat_assets_picker

v6.0.0-dev.4

12 Jul 13:29
Compare
Choose a tag to compare
v6.0.0-dev.4 Pre-release
Pre-release
  • Add keepScrollOffset feature for the AssetPickerBuilderDelegate,
    which allow users to keep the scroll offset between pickings.
  • Remove manually controlled logs with photo_manager.

v6.0.0-dev.3

05 Jul 12:21
Compare
Choose a tag to compare
v6.0.0-dev.3 Pre-release
Pre-release
  • Unify the back button in the picker on all platforms.
  • Change the generic type A to Asset and P to Path.
  • Refactored SortPathDelegate to make it accept the Path generic type.
  • Screenshots update.
  • Bump photo_manager to 1.2.5 .

v6.0.0-dev.2

04 Jul 08:37
Compare
Choose a tag to compare
v6.0.0-dev.2 Pre-release
Pre-release
  • Add generic type to indicate provider when using pickAssetsWithDelegate method.

v5.5.8

02 Jul 08:25
68947d8
Compare
Choose a tag to compare
  • Fix the viewer's select button issue with WeChat Moment on Android.

v6.0.0-dev.1

01 Jul 05:57
14de96c
Compare
Choose a tag to compare
v6.0.0-dev.1 Pre-release
Pre-release

Sync everything from WeChat 8.x .

New features

  • 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 start from the bottom).
  • Add Arabic language text delegate.
  • Allow using AssetPicker and AssetPickerViewer directly with delegates.

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.

Breaking changes

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

v5.5.7

28 Jun 12:31
Compare
Choose a tag to compare
  • Make switchPath method in AssetPickerProvider async.

v5.5.6

21 Jun 05:56
b5ded2a
Compare
Choose a tag to compare
  • Add Japanese language text delegate. (Thanks to @kosukesaigusa)
  • Fix video judge condition with WeChat Moment mode.
  • Fix wrong position for the confirm button on iOS with WeChat Moment mode.

v5.5.5

12 Jun 05:57
Compare
Choose a tag to compare
  • Migrate permissions check to the new API in photo_manager.

v5.5.4

08 Jun 15:20
Compare
Choose a tag to compare
  • Fix assets reduced under the WeChat Moment mode when previewing.

v5.5.3

20 May 13:15
af0bcb9
Compare
Choose a tag to compare
  • Use SystemUiOverlayStyle from the provided theme first.