Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v8.1.2
v8.1.1
v8.1.0
What's Changed
New features
- Upgrade
photo_manager
for Android 13. (#365)
Improvements
- Improve
BuildContext
usages to obtain the correct directionality for the assets grid. (#359) - Provide a better condition to the confirm button
to make sure it displays correctly in all cases on iOS/macOS. (#359) - Improve
bottomActionBar
inDefaultAssetPickerBuilderDelegate
. (#359)
Fixes
- Fix invalid path sort. (#364)
Full Changelog: v8.0.2...v8.1.0
v8.0.2
v8.0.1
v8.0.0
What's Changed
See Migration Guide to know more about breaking changes.
New Features
- Introduce
PathWrapper
in delegates to improve the overall loading speed. (#338) - Allow using
Key
during picking. (#339) - Add
initializeDelayDuration
forDefaultAssetPickerProvider
. (#341) - Prevent race conditions with paths. (#342)
- Expose
sortPathsByModifiedDate
. (#343)
Fixes
- Unify indicators usage to avoid accident indicator switching. (#344)
Full Changelog: v7.3.2...v8.0.0
v7.3.4
v8.0.0-dev.2
What's Changed
New Features
- Add
initializeDelayDuration
forDefaultAssetPickerProvider
. (#341) - Add
sortPathsByModifiedDate
. (#342) - Expose
sortPathsByModifiedDate
. (#343)
Full Changelog: v8.0.0-dev.1...v8.0.0-dev.2
v8.0.0-dev.1
What's Changed
To know more about breaking changes, see Migration Guide.
New Features
- Introduce
PathWrapper
in delegates to improve the overall loading speed. (#338) - Allow using
Key
during picking. (#339)
Full Changelog: v7.3.2...v8.0.0-dev.1
v7.3.2
What's Changed
- Fix typo on README.md by @taqiabdulaziz in #333
- ⚡️ Improve
onChangingSelected
inAssetPickerViewerBuilderDelegate
by @AlexV525 in #332 - 🐛 Fix behaviors when unselecting all assets in the viewer by @AlexV525 in #335
New Contributors
- @taqiabdulaziz made their first contribution in #333
Full Changelog: v7.3.1...v7.3.2