refactor(ui, core): Deprecate v3

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-03-10 14:12:01 +05:30
committed by xsahil03x
parent 55b87295ab
commit a7e3839256
128 changed files with 3891 additions and 1362 deletions
@@ -16,10 +16,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/query_channels/
@Deprecated(
"'ChannelsBloc' is deprecated and shouldn't be used. "
"Please use 'StreamChannelListController' instead.",
)
@Deprecated("Use 'StreamChannelListController' instead")
class ChannelsBloc extends StatefulWidget {
/// Creates a new [ChannelsBloc]. The parameter [child] must be supplied and
/// not null.