giphy_picker library

Classes

GiphyClient
The client for accessing the Giphy API.
GiphyCollection
Represents a collection of GIF images, usually the result of a search operation.
GiphyDownsampledImage
GiphyDownsizedImage
GiphyError
Represents an error.
GiphyFullImage
GiphyGif
Represents a single GIF object which includes the URLs of different formats and sizes.
GiphyImage
Loads and renders a Giphy image.
GiphyImages
GiphyLanguage
GiphyLoopingImage
GiphyMeta
Contains basic information regarding the response and its status.
GiphyOriginalImage
GiphyPagination
Contains information relating to the number of total results available as well as the number of results fetched and their relative positions.
GiphyPicker
Provides Giphy picker functionality.
GiphyPreviewImage
GiphyRating
GiphyStillImage
GiphyUser
Contains information about the user associated with a GIF and URLs to assets such as that user's avatar image, GIPHY profile, and more.
GiphyWebPImage

Enums

GiphyPreviewType
Preview Type for the GIPHY image displayed in the grid view

Typedefs

ErrorListener = void Function(GiphyError error)