Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v4.1.0+3
- Make widgets constant.
- Remove system ui overlays update.
- Migrate files to compatible with Flutter
1.20.0
.
- Sync analysis options.
v4.1.0+2
- Ignore size constraint for image assets.
- Format code using
dartfmt
.
- Upgrade
photo_manager
.
v4.1.0
- Add backdrop widget in the picker, which makes the picker more like the one in WeChat.
v4.0.0
- Drop
asset_audio_player
.
- Experimenting status bar hidden on iOS.
- Remove video player listener before pause.
Breaking changes
TextDelegate
-> AssetsPickerTextDelegate
.
v3.0.0+1
- Constraint dependencies version.
v3.0.0
- Add
FilterOptionGroup
. Fix #41 .
- Add
SpecialPickerType
. Fix #37 .
- Add custom item build mode. Fix #39 .
v2.2.1
- Introduce
ColorScheme
for theme details. Fixed #32 .
- Enhance RTL compatibility.
- Enlarge select indicator's size. Related to #33 .
v2.2.0+2
- Remove path entity properties refresh.
v2.2.0+1
- Fix preview widget for audio assets in picker viewer.