easy_asset_picker 0.0.3 copy "easy_asset_picker: ^0.0.3" to clipboard
easy_asset_picker: ^0.0.3 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,
  ),
)