photo_gallery library
Classes
- Album
- A album in the gallery.
- AlbumThumbnailProvider
- Fetches the given album thumbnail from the gallery.
- MediaPage
- A list of media with pagination support.
- Medium
- A medium in the gallery.
- PhotoGallery
- Accessing the native photo gallery.
- PhotoProvider
- Fetches the given image from the gallery.
- ThumbnailProvider
- Fetches the given medium thumbnail from the gallery.
Enums
- MediumType
- A medium type.
Functions
-
jsonToMediumType(
String? value) → MediumType? -
mediumTypeToJson(
MediumType? value) → String?