wechat_assets_picker 1.7.0-dev.2
wechat_assets_picker: ^1.7.0-dev.2 copied to clipboard
An assets picker in pure dart which looks like the one in WeChat, support multi asset pick from device.
1.7.0-dev.2 #
- Hide detail display when video start to play.
- Switch to
ExtendedImageGesturePageView
. Fix #16 .
1.7.0-dev.1 #
- 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.
1.6.0 #
- Support HEIC/HEIF image type.
1.5.0+1 #
- Upgrade
photo_manager
to0.5.1
. - Replace deprecate
TextTheme.title
API usage. - Document (dartdoc) update.
1.5.0 #
- Bumping flutter sdk minimum version to
1.17.0
. - Declare API stability and compatibility with 1.0.0 ( more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ).
1.4.1 #
- Remove loading indicator for image widget.
- Refactor video page's initialization for ratio update.
- Using constants to store text delegate.
- Add error catching for main methods.
- Update text delegate management.
1.4.0+1 #
- Fix call on null with
currentlySelectedAssets
.
1.4.0 #
- Support paging assets load.
- Fix selected assets not synced with picker provider.
- Bump
photo_manager
to0.5.1-dev.5
1.3.2 #
- Expose page transition curve and duration to static method.
- Fix theme color not passed to static method.
1.3.1+1 #
- Fix
pageBuilder
null issue.
1.3.1 #
- Add upwards slide page transition.
- Add padding to bottom action bar in picker.
1.3.0 #
- Add iOS style.
- Add cancel field to text delegate.
Set
->List
.
1.2.1 #
- Fix missing aspect ratio for video player.
- Using common request type in example.
1.2.0 #
- Add text delegate support. (Also with i18n support using delegate).
1.1.0 #
- Support video assets. You can use
requestType
to select video or video+image. - Hide system ui overlays according to flag and system.
- Update GIF indicator and add video indicator.
1.0.0 #
- Initial release.