Releases: fluttercandies/flutter_wechat_assets_picker
Releases · fluttercandies/flutter_wechat_assets_picker
v5.0.0
- 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.)
- Slightly reduce performance consume with layout.
Breaking changes
- Migrate to non-nullable by default.
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
.
v5.0.0-nullsafety.5
- Migrate to non-nullable by default.
v5.0.0-dev.4
Drop support for Flutter 1.17 .
v5.0.0-dev.3
Add ability to show the special item when the device has no assets.
v5.0.0-dev.2
- Use dev version of photo_maanger.
Breaking changes
CustomItemBuilder
/CustomItemPosition
->SpecialItemBuilder
/SpecialItemPosition
.
v5.0.0-dev.1
- Allow users build their own picker with custom assets types. (See example.)
Breaking changes
-
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
.