flutter_wechat_assets_picker

An image picker (also with video and audio) for Flutter projects based on the WeChat's UI.

APACHE-2.0 License

Stars
1.5K
Committers
24

Bot releases are visible (Hide)

flutter_wechat_assets_picker - v5.3.0

Published by AlexV525 over 3 years ago

  • Add gridThumbSize to control thumbnails in the select grid.
  • Applies a further fix to the WeChat Moment video preview.
  • Fix unlimited assets choose in preview mode.
flutter_wechat_assets_picker - v5.2.1

Published by AlexV525 over 3 years ago

  • Fix WeChat Moment preview issue.
flutter_wechat_assets_picker - v5.2.0

Published by AlexV525 over 3 years ago

  • Add SpecialPickerType.noPreview to disable the preview when picking. (Thanks to @yanivshaked #102)
flutter_wechat_assets_picker - v5.1.4

Published by AlexV525 over 3 years ago

  • Add Hebrew language text delegate. (Thanks to @yanivshaked #103 .)
  • Fix slide page route issue when integrate with the get package.
flutter_wechat_assets_picker - v5.1.3

Published by AlexV525 over 3 years ago

  • Fix not synced issue when the picker is under single pick mode.
flutter_wechat_assets_picker - v5.1.2

Published by AlexV525 over 3 years ago

  • Fix selected assets not sync between thumbnail preview mode and grid view.
  • Fix wrong index displays in thumbnail preview mode.
  • Dependencies upgrade roll.
flutter_wechat_assets_picker - v5.1.1

Published by AlexV525 over 3 years ago

  • Integrate lastModified to sort path entities by default.
flutter_wechat_assets_picker - v5.1.0

Published by AlexV525 over 3 years ago

  • Reset to the top for the assets grid view after switching path.
  • Add ability to select assets in any position of the picker.
  • Implement mime type for image type judgement.
  • Fix disappeared GIF's indicator.
flutter_wechat_assets_picker - v5.0.5

Published by AlexV525 over 3 years ago

  • Fix force cast null type issue with WeChat moment special pick type.
  • Improve app bar's type definition.
flutter_wechat_assets_picker - v5.0.4

Published by AlexV525 over 3 years ago

  • Fix path thumb data's display issue.
  • Fix default preview thumb size issue with image preview builder.
flutter_wechat_assets_picker - v5.0.3

Published by AlexV525 over 3 years ago

  • Remove required annotation for selected assets.
flutter_wechat_assets_picker - v5.0.2

Published by AlexV525 over 3 years ago

  • Fix wrong viewer provider state.
  • Enhance page stream controller sink close.
  • Fix dartdoc generate issue for pub.
flutter_wechat_assets_picker - v5.0.1

Published by AlexV525 over 3 years ago

  • Fix video indicator layout issue.
  • Prevent video selec in wechat moment mode for edge cases.
  • Pickup fixes from photo_manager.
flutter_wechat_assets_picker - v5.0.0

Published by AlexV525 over 3 years ago

  • 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 the AssetPickerViewerProvider<A>. Support
    custom types by generic type.
  • The assets param in AssetPickerViewer.pushToViewer is now previewAssets .
flutter_wechat_assets_picker - v5.0.0-nullsafety.5

Published by AlexV525 over 3 years ago

  • Migrate to non-nullable by default.
flutter_wechat_assets_picker - v5.0.0-dev.4

Published by AlexV525 over 3 years ago

Drop support for Flutter 1.17 .

flutter_wechat_assets_picker - v5.0.0-dev.3

Published by AlexV525 almost 4 years ago

Add ability to show the special item when the device has no assets.

flutter_wechat_assets_picker - v5.0.0-dev.2

Published by AlexV525 almost 4 years ago

  • Use dev version of photo_maanger.

Breaking changes

  • CustomItemBuilder / CustomItemPosition -> SpecialItemBuilder / SpecialItemPosition .
flutter_wechat_assets_picker - v5.0.0-dev.1

Published by AlexV525 almost 4 years ago

  • 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 the AssetPickerViewerProvider<A>. Support
    custom types by generic type.

  • The assets param in AssetPickerViewer.pushToViewer is now previewAssets.

flutter_wechat_assets_picker - v4.2.2

Published by AlexV525 about 4 years ago

  • Suppress deprecated usage in example.
  • Improve code format with dart format.
  • Raise dependencies version.