easy_asset_picker 0.0.5 copy "easy_asset_picker: ^0.0.5" to clipboard
easy_asset_picker: ^0.0.5 copied to clipboard

A simple image picker implementation.

Features #

  • ✅ Simple image picker
  • ✅ Permission handling
  • ✅ Customizable UI
  • ❌ Support for video
  • ❌ Support for multiple selection
  • ❌ Support for custom image compression

Usage #

showAssetPicker(
  context,
  config: AssetPickerConfig(
    maxSelection: 9,
  ),
)