meshagent_flutter_shadcn library
Classes
- AskUser
- AskUserForFile
- ChatBubble
- ChatMessage
- ChatThread
- ChatThreadAttachButton
- ChatThreadBuilder
- ChatThreadController
- ChatThreadInput
- ChatThreadLoader
- ChatThreadMessages
- ChatThreadPreview
- ChatThreadSnapshot
- ConnectorContextMenuItem
- ConnectorToolkitBuilderOption
- Delivered
- DisplayDocument
- Failed
- FileAttachment
- FileDropArea
- FileDropAreaState
- JsonForm
- MeshagentFileUpload
- OutboundEntry
- OutboundMessageStatusQueue
- OutboundState
- OutboundStatusSink
- ReasoningTrace
- Sending
- ShellLine
- ShowToast
- StaticToolkitBuilderOption
- ThreadToolkitBuilder
- ToolkitBuilderOption
- UIToolkit
- VoiceAgentCaller
Enums
Constants
- webPDFFormat → const SimpleFileFormat
Properties
-
askUserForFileSchema
→ Map<
String, Object> -
final
-
askUserSchema
→ Map<
String, Object> -
final
Functions
-
defaultMessageHeaderBuilder(
BuildContext context, MeshDocument thread, MeshElement message) → 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)