chat/chat library
Classes
- ChatBubble
- ChatMessage
- ChatThread
- ChatThreadAttachButton
- ChatThreadBuilder
- ChatThreadController
- ChatThreadImageAttachment
- ChatThreadInput
- ChatThreadInputFrame
- ChatThreadLoader
- ChatThreadMessages
- ChatThreadPreview
- ChatThreadProcessingStatusRow
- ChatThreadSnapshot
- ChatThreadViewportBody
- ConnectorContextMenuItem
- ConnectorToolkitBuilderOption
- EventLine
- FileAttachment
- FileDropArea
- FileDropAreaState
- MeshagentFileUpload
- PhotoNamer
- ReasoningTrace
- ShellLine
- StaticToolkitBuilderOption
- ThreadToolkitBuilder
- ToolkitBuilderOption
Enums
Constants
- webPDFFormat → const SimpleFileFormat
Functions
-
chatThreadFeedHorizontalPadding(
double maxWidth) → double -
chatThreadStatusHorizontalPadding(
double maxWidth) → double -
defaultMessageHeaderBuilder(
BuildContext context, MeshDocument thread, MeshElement message, {String? localParticipantName}) → Widget
Typedefs
-
FileDropCallback
= Future<
void> Function(String name, Stream<Uint8List> dataStream, int? fileSize) - MessageBuilder = Widget Function({Key? key, required MeshElement message, required MeshElement? next, required MeshElement? previous, required RoomClient room})
-
TextPasteCallback
= Future<
void> Function(String text)