Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v6.0.0-dev.4
- Add
keepScrollOffset
feature for theAssetPickerBuilderDelegate
,
which allow users to keep the scroll offset between pickings. - Remove manually controlled logs with
photo_manager
.
v6.0.0-dev.3
- Unify the back button in the picker on all platforms.
- Change the generic type
A
toAsset
andP
toPath
. - Refactored
SortPathDelegate
to make it accept thePath
generic type. - Screenshots update.
- Bump
photo_manager
to 1.2.5 .
v6.0.0-dev.2
- Add generic type to indicate provider when using
pickAssetsWithDelegate
method.
v5.5.8
v6.0.0-dev.1
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
andAssetPickerViewer
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
v5.5.6
- 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.