From ee745af2d9d72fa0b0ce463a7d43d763ba50c350 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 28 Jan 2021 14:25:26 +0100 Subject: [PATCH] remove screenshots --- .../stream_chat_flutter_core/lib/src/channel_list_core.dart | 3 --- .../stream_chat_flutter_core/lib/src/message_list_core.dart | 3 --- 2 files changed, 6 deletions(-) diff --git a/packages/stream_chat_flutter_core/lib/src/channel_list_core.dart b/packages/stream_chat_flutter_core/lib/src/channel_list_core.dart index 41c6f81d..d2fd53c7 100644 --- a/packages/stream_chat_flutter_core/lib/src/channel_list_core.dart +++ b/packages/stream_chat_flutter_core/lib/src/channel_list_core.dart @@ -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. /// diff --git a/packages/stream_chat_flutter_core/lib/src/message_list_core.dart b/packages/stream_chat_flutter_core/lib/src/message_list_core.dart index e6754ee8..697e7e39 100644 --- a/packages/stream_chat_flutter_core/lib/src/message_list_core.dart +++ b/packages/stream_chat_flutter_core/lib/src/message_list_core.dart @@ -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. ///