refactor(ui, core): Deprecate v3
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -6,10 +6,7 @@ import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
||||
///
|
||||
/// The widget uses a [StreamBuilder] to render the channel information
|
||||
/// image as soon as it updates.
|
||||
@Deprecated(
|
||||
"'ChannelName' is deprecated and shouldn't be used. "
|
||||
"Please use 'StreamChannelName' instead.",
|
||||
)
|
||||
@Deprecated("Use 'StreamChannelName' instead")
|
||||
class ChannelName extends StatelessWidget {
|
||||
/// Instantiate a new ChannelName
|
||||
const ChannelName({
|
||||
|
||||
Reference in New Issue
Block a user