Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v6.0.4
v6.0.3
v6.0.2
v6.0.1
v6.0.0
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
andAssetPickerViewer
directly with delegates. - Add
keepScrollOffset
feature for theAssetPickerBuilderDelegate
, 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
- Reduce font size for couple texts.
- Update
JapaneseTextDelegate
. (#185)
v6.0.0-dev.8
- 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
- Fix grid count calculate issue when switching between folders. (#179)
- Grab fixes from
photo_manager
.
v6.0.0-dev.6
- Improve delivery mode for thumbnails on iOS.
- Improve text scale handling. (#177)
- Some tweaks for the example.
v6.0.0-dev.5
- Fix keep offset jumping recovery issues. (#174)
- More abstractions and structure updates for the example.