All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add ability to show the special item when the device has no assets.
- Allow users build their own picker with custom assets types. (See example for custom delegate.)
- Migrate to non-nullable by default.
- Drop support for Flutter 1.17 .
CustomItemBuilder
->SpecialItemBuilder
,CustomItemPosition
->SpecialItemPosition
.- Abstract
AssetPickerBuilderDelegate<A, P>
,AssetPickerViewerBuilderDelegate<A, P>
,AssetPickerProvider<A, P>
, and minify theAssetPickerViewerProvider<A>
. Support custom types by generic type. - The
assets
param inAssetPickerViewer.pushToViewer
is nowpreviewAssets
.
- Suppress deprecated usage in example.
- Improve code format with dart format.
- Raise dependencies version.
- Fix arguments judging condition with preview thumb size.
- Remove common exports and split out constants.
- Add
previewThumbSize
for the viewer.
- Upgrade
extended_image
.
- Make widgets constant.
- Remove system ui overlays update.
- Migrate files to compatible with Flutter
1.20.0
. - Sync analysis options.
- Ignore size constraint for image assets.
- Format code using
dartfmt
. - Upgrade
photo_manager
.
- Adjust AppleOS layout.
- Add backdrop widget in the picker, which makes the picker more like the one in WeChat.
- Drop
asset_audio_player
. - Experimenting status bar hidden on iOS.
- Remove video player listener before pause.
TextDelegate
->AssetsPickerTextDelegate
.
- Constraint dependencies version.
- Add
FilterOptionGroup
. Fix #41 . - Add
SpecialPickerType
. Fix #37 . - Add custom item build mode. Fix #39 .
- Introduce
ColorScheme
for theme details. Fixed #32 . - Enhance RTL compatibility.
- Enlarge select indicator's size. Related to #33 .
- Remove path entity properties refresh.
- Fix preview widget for audio assets in picker viewer.
- Brand new example.
- Add
SortPathDelegate
. - Using zoom page transition for viewer.
- Slightly add padding to viewer's assets list view.
- Migrate elevation and color to material rendering.
- Request thumb only when request type is not audio.
- Force request title for audio type asset.
- Expose
AssetType
enum. - Fix issue with request type.
- 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.
- Fix audio paused accidentally when the app is launching on Android #18 .
- Expose observe register methods.
- 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.
videoIndicatorBuilder
->durationIndicatorBuilder
.
- 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.
- Support HEIC/HEIF image type.
- Upgrade
photo_manager
to0.5.1
. - Replace deprecate
TextTheme.title
API usage. - Document (dartdoc) update.
- 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 ).
- 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.
- Fix call on null with
currentlySelectedAssets
.
- Support paging assets load.
- Fix selected assets not synced with picker provider.
- Bump
photo_manager
to0.5.1-dev.5
- Expose page transition curve and duration to static method.
- Fix theme color not passed to static method.
- Fix
pageBuilder
null issue.
- Add upwards slide page transition.
- Add padding to bottom action bar in picker.
- Add iOS style.
- Add cancel field to text delegate.
Set
->List
.
- Fix missing aspect ratio for video player.
- Using common request type in example.
- Add text delegate support. (Also with i18n support using delegate).
- 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.
- Initial release.