Skip to content

Releases: fluttercandies/flutter_wechat_assets_picker

v5.5.2

15 May 11:58
Compare
Choose a tag to compare
  • Add German language text delegate. (Thanks to @Letalus)
  • Add Russian language text delegate. (Thanks to @greymag)

v5.5.1

13 May 14:56
Compare
Choose a tag to compare
  • Implement RenderToggleable to support other channels of flutter (2.1.x - 2.3.x). (Thanks to @Letalus)

v5.5.0

12 May 09:58
20e629d
Compare
Choose a tag to compare
  • Add findChildIndexBuilder to indicates grid find reusable RenderObject.
  • Fix padding issue for the assets' grid.

v5.4.2

11 May 08:16
a393c77
Compare
Choose a tag to compare
  • Split AssetGridItemBuidler to solve the rebuild issue.
  • Fix GIF indicator stretched issue.

v5.4.3

12 May 06:17
7b21823
Compare
Choose a tag to compare
  • Fix missing ScrollController in the scroll view.

v5.4.1

10 May 05:45
56b2085
Compare
Choose a tag to compare
  • Export AssetPickerPageRoute.

v5.4.0

09 May 11:16
Compare
Choose a tag to compare
  • Fully support RTL languages.
  • Add control for root navigator.
  • Improve AssetEntityImageProvider's constructor and decode.
  • Grab iOS/macOS thumbnail's size fix from photo_manager.

v5.3.0

06 May 02:06
082323f
Compare
Choose a tag to compare
  • 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

01 May 07:58
Compare
Choose a tag to compare
  • Fix WeChat Moment preview issue.

v5.2.0

30 Apr 16:11
Compare
Choose a tag to compare
  • Add SpecialPickerType.noPreview to disable the preview when picking. (Thanks to @yanivshaked #102)