chore(ui): export v3 MessageInput widget
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -339,6 +339,7 @@ class MessageInput extends StatefulWidget {
|
||||
}
|
||||
|
||||
/// State of [MessageInput]
|
||||
@Deprecated("Use 'StreamMessageInput' instead")
|
||||
class MessageInputState extends State<MessageInput> {
|
||||
final _attachments = <String, Attachment>{};
|
||||
final List<User> _mentionedUsers = [];
|
||||
|
||||
@@ -22,6 +22,7 @@ export 'src/info_tile.dart';
|
||||
export 'src/localization/stream_chat_localizations.dart';
|
||||
export 'src/localization/translations.dart' show DefaultTranslations;
|
||||
export 'src/message_action.dart';
|
||||
export 'src/message_input.dart' show MessageInput, MessageInputState;
|
||||
export 'src/message_input/countdown_button.dart';
|
||||
export 'src/message_input/message_input.dart';
|
||||
export 'src/message_input/stream_attachment_picker.dart';
|
||||
|
||||
Reference in New Issue
Block a user