deprecate old widgets

This commit is contained in:
Salvatore Giordano
2022-02-01 11:57:26 +01:00
parent f53ee0b4f1
commit e80cebe9aa
5 changed files with 27 additions and 17 deletions
@@ -6,6 +6,10 @@ 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.",
)
class ChannelName extends StatelessWidget {
/// Instantiate a new ChannelName
const ChannelName({