Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v2.1.0
- Add present english text delegate.
- Refactored theme constructor and getter with theme capability #22 .
- Update color scheme usage for assets grid #23 .
- Update picker viewer style for apple OS.
- Fix bottom bar disappearing on apple os when it's single asset mode.
v2.0.2
- Fix audio paused accidentally when the app is launching on Android #18 .
v2.0.1
- Expose observe register methods.
v2.0.0
- Support audio assets.
- Support single asset mode.
- Enlarge preview button's detector area size.
- Fix wrong properties usage causing infinite build when the page reaches the end.
Breaking changes
videoIndicatorBuilder
-> durationIndicatorBuilder
.
v1.7.0
- Hide detail display when video start to play.
- Switch to
ExtendedImageGesturePageView
. Fix #16 .
- Add fully theme support.
- Add MacOS support.
- Add delay for the first init method to prevent stuck in page routing. Fix #13 .
- Update widgets style on iOS. Fix #14 .
- Fix state of the example not updated after the result was returned without input method activated.
v1.6.0
- Support HEIC/HEIF image type.