Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v5.5.5
- Migrate permissions check to the new API in
photo_manager
.
v5.5.4
- Fix assets reduced under the WeChat Moment mode when previewing.
v5.5.3
- Use
SystemUiOverlayStyle
from the provided theme first.
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
.