album_image library

Classes

AlbumImagePicker
AssetEntity
The abstraction of assets (images/videos/audios). It represents a series of fields MediaStore on Android and the PHAsset object on iOS/macOS.
AssetPathEntity
The abstraction of albums and folders. It represent a bucket in the MediaStore on Android, and the PHAssetCollection object on iOS/macOS.
LatLng
Represents a geographical location as a latitude-longitude pair.

Enums

AlbumType
AssetType
The type of the asset.
DeliveryMode
Enumeration for PHImageRequestOptionsDeliveryMode on iOS/macOS.
ImageFileType
Common file types for images.
IosAccessLevel
The app’s level of access to the user’s photo library.
OrderOptionType
An enumeration of possible options for sorting asset lists.
PermissionState
Information about app’s authorization to access the user’s photo library.
PMRequestState
Indicate the current state when an asset is loading with PMProgressHandler.
ResizeContentMode
Fitting an image’s aspect ratio to a requested size on iOS/macOS.
ResizeMode
Specifies how to resize the requested image on iOS/macOS.
SpecialImageType
An enumeration of special image types.
ThumbnailFormat
Which format the thumbnail should be, generally support JPG and PNG.

Typedefs

SelectionWidgetBuilder = Widget Function(BuildContext context, bool selected, int index)