Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v9.4.1
What's Changed
- Improves the default sort conditions. by @AlexV525 in #662
- Fixes selecting when reached the max asset limit in the preview by @yishangfei in #648
New Contributors
- @yishangfei made their first contribution in #648
Full Changelog: v9.4.0...v9.4.1
v9.4.0
What's Changed
Improvements
- Allows
extended_image: ^9.0.0
.
Fixes
- Allows assets changing when no path previously.
Full Changelog: v9.3.3...v9.4.0
v9.3.3
v9.3.2
What's Changed
Improvements
- Adapt the file type getter from the image provider to get a precise file type in grid.
- Adds the identifier for grid item's semantics.
- Improves preview page back button.
Full Changelog: v9.3.1...v9.3.2
v9.3.1
What's Changed
Improvements
- Do not mute the Live Photo during the preview.
Fixes
- Fix the GIF indicator's layout.
- Fix the directionality with the reverted grid item.
Full Changelog: v9.3.0...v9.3.1
v9.3.0
What's Changed
New features
- Add explicit Live Photos indicator for assets.
Improvements
- Make Live Photos gesture consistent when scaling and panning.
- Integrate
LocallyAvailableBuilder
with thumbnail options to improve the thumbnail loading speed. - Use
visibility_detector
and scroll observer to improve media playing experiences.
Fixes
- Fix the bottom actions bar display conditions.
Full Changelog: v9.2.2...v9.3.0
v9.2.2
v9.2.1
v9.2.0
What's Changed
New features
- Introduce
AssetsChangeCallback
andAssetsChangeRefreshPredicate
to help users act according to assets changes. - Add
shouldAutoplayPreview
in the config.
Fixes
- Raise detailed negative range error.
- Fix viewer confirm button predication.
- Enlarge GIF gradients.
- Fix potential paths assets count unexpected merging behaviors.
New Contributors
Full Changelog: v9.1.0...v9.2.0
v9.1.0
What's Changed
Improvements
- Support limited permission displays on Android.
- Improves the limited overlay padding on Android.
- Adds permission request lock for the picker state.
- Speeding up by splitting asset loading into separate steps.
- Speeding up using
AdvancedCustomFilter
rather thanFilterOptionGroup
by default.
Fixes
- Fix reverted index when previewing assets on Android.
- Requests with the correct options with the picker.
Full Changelog: v9.0.4...v9.1.0