chore(ui): export v3 MessageInput widget

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-03-10 14:28:33 +05:30
committed by xsahil03x
parent a7e3839256
commit 4565157664
2 changed files with 2 additions and 0 deletions
@@ -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';