remove screenshots

This commit is contained in:
Salvatore Giordano
2021-01-28 14:25:26 +01:00
parent 34da746ac2
commit ee745af2d9
2 changed files with 0 additions and 6 deletions
@@ -8,9 +8,6 @@ import 'package:stream_chat_flutter_core/src/channels_bloc.dart';
import 'stream_chat_core.dart';
/// ![screenshot](https://raw.githubusercontent.com/GetStream/stream-chat-flutter/master/screenshots/channel_list_view.png)
/// ![screenshot](https://raw.githubusercontent.com/GetStream/stream-chat-flutter/master/screenshots/channel_list_view_paint.png)
///
/// [ChannelListCore] is a simplified class that allows fetching a list of channels while exposing UI builders.
/// A [ChannelListController] is used to reload and paginate data.
///
@@ -11,9 +11,6 @@ import 'stream_channel.dart';
typedef StreamErrorBuilder = Widget Function(
BuildContext context, Object error);
/// ![screenshot](https://raw.githubusercontent.com/GetStream/stream-chat-flutter/master/screenshots/message_listview.png)
/// ![screenshot](https://raw.githubusercontent.com/GetStream/stream-chat-flutter/master/screenshots/message_listview_paint.png)
///
/// [MessageListCore] is a simplified class that allows fetching a list of messages while exposing UI builders.
/// A [MessageListController] is used to paginate data.
///