flyer_chat_text_stream_message library

Flyer Chat Text Stream Message package. Provides a widget for streamed text messages.

Classes

AnimatingSegment
A segment of text that is currently animating (fading in).
FlyerChatTextStreamMessage
A widget that displays a text message which is being streamed incrementally.
StaticSegment
A segment of text that is static and fully visible.
StreamState
Represents the state of a streaming text message.
StreamStateCompleted
State when the stream has finished successfully.
StreamStateError
State when the stream encountered an error during generation.
StreamStateLoading
Initial state before any data arrives or completion/error occurs.
StreamStateStreaming
State while the stream is actively receiving chunks.
TextSegment
Represents a segment of text within the streaming message display. Used internally by FlyerChatTextStreamMessage when using the TextStreamMessageMode.animatedOpacity mode.
TimeAndStatus
A widget to display the message timestamp and status indicator.

Enums

TextStreamMessageMode
Defines how the text stream message content is rendered.