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 hidden (Show)

flutter_wechat_assets_picker - v4.2.1

Published by AlexV525 about 4 years ago

  • Fix arguments judging condition with preview thumb size.
  • Remove common exports and split out constants.
flutter_wechat_assets_picker - v4.2.0

Published by AlexV525 about 4 years ago

  • Add previewThumbSize for the viewer.
flutter_wechat_assets_picker - v4.1.0+4

Published by AlexV525 about 4 years ago

  • Upgrade extended_image .
flutter_wechat_assets_picker - v4.1.0+3

Published by AlexV525 about 4 years ago

  • Make widgets constant.
  • Remove system ui overlays update.
  • Migrate files to compatible with Flutter 1.20.0 .
  • Sync analysis options.
flutter_wechat_assets_picker - v4.1.0+2

Published by AlexV525 about 4 years ago

  • Ignore size constraint for image assets.
  • Format code using dartfmt.
  • Upgrade photo_manager.
flutter_wechat_assets_picker - v4.1.0+1

Published by AlexV525 about 4 years ago

  • Adjust AppleOS layout.
flutter_wechat_assets_picker - v4.1.0

Published by AlexV525 about 4 years ago

  • Add backdrop widget in the picker, which makes the picker more like the one in WeChat.
flutter_wechat_assets_picker - v4.0.0

Published by AlexV525 over 4 years ago

  • Drop asset_audio_player .
  • Experimenting status bar hidden on iOS.
  • Remove video player listener before pause.

Breaking changes

  • TextDelegate -> AssetsPickerTextDelegate .
flutter_wechat_assets_picker - v3.0.0+1

Published by AlexV525 over 4 years ago

  • Constraint dependencies version.
flutter_wechat_assets_picker - v3.0.0

Published by AlexV525 over 4 years ago

  • Add FilterOptionGroup. Fix #41 .
  • Add SpecialPickerType. Fix #37 .
  • Add custom item build mode. Fix #39 .
flutter_wechat_assets_picker - v2.2.1

Published by AlexV525 over 4 years ago

  • Introduce ColorScheme for theme details. Fixed #32 .
  • Enhance RTL compatibility.
  • Enlarge select indicator's size. Related to #33 .
flutter_wechat_assets_picker - v2.2.0+2

Published by AlexV525 over 4 years ago

  • Remove path entity properties refresh.
flutter_wechat_assets_picker - v2.2.0+1

Published by AlexV525 over 4 years ago

  • Fix preview widget for audio assets in picker viewer.
flutter_wechat_assets_picker - v2.2.0

Published by AlexV525 over 4 years ago

  • Brand new example.
  • Add SortPathDelegate. Fix #24 .
  • Using zoom page transition for viewer.
  • Slightly add padding to viewer's assets list view.
  • Migrate elevation and color to material rendering. Fix #26 .
  • Request thumb only when request type is not audio.
  • Force request title for audio type asset.
  • Expose AssetType enum.
  • Fix issue with request type.
flutter_wechat_assets_picker - v2.1.0

Published by AlexV525 over 4 years ago

  • 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.
flutter_wechat_assets_picker - v2.0.2

Published by AlexV525 over 4 years ago

  • Fix audio paused accidentally when the app is launching on Android #18 .
flutter_wechat_assets_picker - v2.0.1

Published by AlexV525 over 4 years ago

  • Expose observe register methods.
flutter_wechat_assets_picker - v2.0.0

Published by AlexV525 over 4 years ago

  • 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 .
flutter_wechat_assets_picker - v1.7.0

Published by AlexV525 over 4 years ago

  • 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.
flutter_wechat_assets_picker - v1.6.0

Published by AlexV525 over 4 years ago

  • Support HEIC/HEIF image type.