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].
|
/// using Flutter's [BuildContext].
|
||||||
///
|
///
|
||||||
/// API docs: https://getstream.io/chat/docs/flutter-dart/send_message/
|
/// API docs: https://getstream.io/chat/docs/flutter-dart/send_message/
|
||||||
|
@Deprecated("Use 'StreamMessageSearchListController' instead")
|
||||||
class MessageSearchBloc extends StatefulWidget {
|
class MessageSearchBloc extends StatefulWidget {
|
||||||
/// Instantiate a new MessageSearchBloc
|
/// Instantiate a new MessageSearchBloc
|
||||||
const MessageSearchBloc({
|
const MessageSearchBloc({
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import 'package:stream_chat_flutter_core/stream_chat_flutter_core.dart';
|
|||||||
/// using Flutter's [BuildContext].
|
/// using Flutter's [BuildContext].
|
||||||
///
|
///
|
||||||
/// API docs: https://getstream.io/chat/docs/flutter-dart/init_and_users/
|
/// API docs: https://getstream.io/chat/docs/flutter-dart/init_and_users/
|
||||||
|
@Deprecated("Use 'StreamUserListController' instead")
|
||||||
class UsersBloc extends StatefulWidget {
|
class UsersBloc extends StatefulWidget {
|
||||||
/// Instantiate a new [UsersBloc]. The parameter [child] must be supplied and
|
/// Instantiate a new [UsersBloc]. The parameter [child] must be supplied and
|
||||||
/// not null.
|
/// not null.
|
||||||
|
|||||||
Reference in New Issue
Block a user