Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v5.3.0
- Add
gridThumbSize
to control thumbnails in the select grid.
- Applies a further fix to the WeChat Moment video preview.
- Fix unlimited assets choose in preview mode.
v5.2.1
- Fix WeChat Moment preview issue.
v5.2.0
- Add
SpecialPickerType.noPreview
to disable the preview when picking. (Thanks to @yanivshaked #102)
v5.1.4
- Add Hebrew language text delegate. (Thanks to @yanivshaked #103 .)
- Fix slide page route issue when integrate with the
get
package.
v5.1.3
- Fix not synced issue when the picker is under single pick mode.
v5.1.2
- Fix selected assets not sync between thumbnail preview mode and grid view.
- Fix wrong index displays in thumbnail preview mode.
- Dependencies upgrade roll.
v5.1.1
- Integrate
lastModified
to sort path entities by default.
v5.1.0
- Reset to the top for the assets grid view after switching path.
- Add ability to select assets in any position of the picker.
- Implement mime type for image type judgement.
- Fix disappeared GIF's indicator.
v5.0.5
- Fix force cast null type issue with WeChat moment special pick type.
- Improve app bar's type definition.
v5.0.4
- Fix path thumb data's display issue.
- Fix default preview thumb size issue with image preview builder.