chore(core): deprecate UsersBloc and MessageSearchBloc
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user