flyer_chat_image_message library

Flyer Chat Image Message package. Provides a widget for image messages.

Classes

FlyerChatImageMessage
A widget that displays an image message.
TimeAndStatus
A widget to display the message timestamp and status indicator over an image.

Functions

getImageDimensions(ImageProvider<Object> provider) Future<Dimensions>
Asynchronously retrieves the dimensions (width and height) of an image provided by an ImageProvider.

Typedefs

Dimensions = (double, double)
Represents the width and height dimensions of an image.