Skip to content

Releases: fluttercandies/flutter_wechat_assets_picker

v9.4.1

21 Nov 15:15
c8c3ea0
Compare
Choose a tag to compare

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

Full Changelog: v9.4.0...v9.4.1

v9.4.0

08 Nov 05:48
2d51c42
Compare
Choose a tag to compare

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

17 Oct 11:40
4d2de12
Compare
Choose a tag to compare

What's Changed

Fixes

  • Recovers the compatibility with Flutter 3.16.

Full Changelog: v9.3.2...v9.3.3

v9.3.2

08 Oct 08:01
de46826
Compare
Choose a tag to compare

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

26 Sep 03:52
6228379
Compare
Choose a tag to compare

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

24 Sep 09:31
2d2a786
Compare
Choose a tag to compare

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

15 Sep 16:20
319a358
Compare
Choose a tag to compare

What's Changed

  • 🐛 Uses correct isOriginal for the LocallyAvailableBuilder by @AlexV525 in #626

Full Changelog: v9.2.1...v9.2.2

v9.2.1

16 Aug 07:17
f15336e
Compare
Choose a tag to compare

What's Changed

  • 🚸 Use LocallyAvailableBuilder in the grid to provide better user awareness by @AlexV525 in #614
  • ⚡️ Improve changes when limited on iOS by @AlexV525 in #615

Full Changelog: v9.2.0...v9.2.1

v9.2.0

01 Aug 02:08
fc66aeb
Compare
Choose a tag to compare

What's Changed

New features

  • Introduce AssetsChangeCallback and AssetsChangeRefreshPredicate
    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

20 Jun 10:48
2429dcd
Compare
Choose a tag to compare

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 than FilterOptionGroup 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