chat_ui/src/message_composer/cometchat_message_composer library

Re-export file for backward compatibility.

This file re-exports the CometChatMessageComposer widget from its new location in the widgets directory. This ensures existing imports continue to work without modification.

The actual implementation is now in: widgets/cometchat_message_composer.dart

Classes

CometChatKeyboardDiagnostics
Snapshot of every keyboard-related value the composer uses at a point in time. Consumers use this to diagnose device-specific spacing issues (extra gap between composer and keyboard, safe-area double-counting, etc.) without instrumenting the UIKit.
CometChatMessageComposer
CometChatMessageComposer component allows users to send messages and attachments to the chat, participating in the conversation.

Enums

CometChatKeyboardDiagnosticsSource
Source of a keyboard diagnostic event — lets consumers understand which code path inside the composer emitted the sample.

Typedefs

CometChatKeyboardDiagnosticsCallback = void Function(CometChatKeyboardDiagnostics diagnostics)
Signature for the keyboard diagnostics callback.