Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v6.2.3
- Pass through
selectPredicate
to AssetPickerViewer
. (#211)
- Bump sdk constraints (since 6.2.1).
v6.2.2
- Use
.contentUri
for video preview only on Android.
v6.2.1
- Migrate to
extended_image
5.x.
- Use
.contentUri
constructor for VideoPlayerController
.
v6.2.0
- Introduce
shouldRevertGrid
to determine whether the assets grid should revert.
It's set with Apple OS accordingly before.
- Upgrade
photo_manager
to resolve issues against AssetEntity
s comparison.
v6.1.2
- Fix limited resources refresh issue.
- Update callers to avoid deprecated usage.
v6.1.1
- Handle iCloud video more gracefully.
v6.1.0
- Introduce
selectPredicate
to predicate asset when picking.
v6.0.6
- Use the correct index reference with
selectedBackdrop
. (#195)