Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v5.5.2
- Add German language text delegate. (Thanks to @Letalus)
- Add Russian language text delegate. (Thanks to @greymag)
v5.5.1
- Implement
RenderToggleable
to support other channels of flutter (2.1.x - 2.3.x). (Thanks to @Letalus)
v5.5.0
- Add
findChildIndexBuilder
to indicates grid find reusable RenderObject
.
- Fix padding issue for the assets' grid.
v5.4.2
- Split
AssetGridItemBuidler
to solve the rebuild issue.
- Fix GIF indicator stretched issue.
v5.4.3
- Fix missing
ScrollController
in the scroll view.
v5.4.1
- Export
AssetPickerPageRoute
.
v5.4.0
- 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
- 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
- Fix WeChat Moment preview issue.
v5.2.0
- Add
SpecialPickerType.noPreview
to disable the preview when picking. (Thanks to @yanivshaked #102)