remove screenshots
This commit is contained in:
@@ -8,9 +8,6 @@ import 'package:stream_chat_flutter_core/src/channels_bloc.dart';
|
|||||||
|
|
||||||
import 'stream_chat_core.dart';
|
import 'stream_chat_core.dart';
|
||||||
|
|
||||||
/// 
|
|
||||||
/// 
|
|
||||||
///
|
|
||||||
/// [ChannelListCore] is a simplified class that allows fetching a list of channels while exposing UI builders.
|
/// [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.
|
/// A [ChannelListController] is used to reload and paginate data.
|
||||||
///
|
///
|
||||||
|
|||||||
@@ -11,9 +11,6 @@ import 'stream_channel.dart';
|
|||||||
typedef StreamErrorBuilder = Widget Function(
|
typedef StreamErrorBuilder = Widget Function(
|
||||||
BuildContext context, Object error);
|
BuildContext context, Object error);
|
||||||
|
|
||||||
/// 
|
|
||||||
/// 
|
|
||||||
///
|
|
||||||
/// [MessageListCore] is a simplified class that allows fetching a list of messages while exposing UI builders.
|
/// [MessageListCore] is a simplified class that allows fetching a list of messages while exposing UI builders.
|
||||||
/// A [MessageListController] is used to paginate data.
|
/// A [MessageListController] is used to paginate data.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user