chore(core): deprecate UsersBloc and MessageSearchBloc

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-04-22 18:14:32 +05:30
committed by xsahil03x
parent f074bccdc5
commit 0f8c92f486
2 changed files with 2 additions and 0 deletions
@@ -11,6 +11,7 @@ import 'package:stream_chat_flutter_core/src/stream_controller_extension.dart';
/// using Flutter's [BuildContext].
///
/// API docs: https://getstream.io/chat/docs/flutter-dart/send_message/
@Deprecated("Use 'StreamMessageSearchListController' instead")
class MessageSearchBloc extends StatefulWidget {
/// Instantiate a new MessageSearchBloc
const MessageSearchBloc({
@@ -9,6 +9,7 @@ import 'package:stream_chat_flutter_core/stream_chat_flutter_core.dart';
/// using Flutter's [BuildContext].
///
/// API docs: https://getstream.io/chat/docs/flutter-dart/init_and_users/
@Deprecated("Use 'StreamUserListController' instead")
class UsersBloc extends StatefulWidget {
/// Instantiate a new [UsersBloc]. The parameter [child] must be supplied and
/// not null.