fix format
This commit is contained in:
@@ -87,7 +87,7 @@ class MyApp extends StatelessWidget {
|
|||||||
|
|
||||||
/// A list of messages sent in the current channel.
|
/// A list of messages sent in the current channel.
|
||||||
///
|
///
|
||||||
/// This is implemented using [StreamMessageListView],
|
/// This is implemented using [StreamMessageListView],
|
||||||
/// a widget that provides query
|
/// a widget that provides query
|
||||||
/// functionalities fetching the messages from the api and showing them in a
|
/// functionalities fetching the messages from the api and showing them in a
|
||||||
/// listView.
|
/// listView.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
|||||||
/// - We make [StreamChat] the root Widget of our application
|
/// - We make [StreamChat] the root Widget of our application
|
||||||
///
|
///
|
||||||
/// - We create a single [ChannelPage] widget under [StreamChat] with three
|
/// - We create a single [ChannelPage] widget under [StreamChat] with three
|
||||||
/// widgets: [StreamChannelHeader], [StreamMessageListView]
|
/// widgets: [StreamChannelHeader], [StreamMessageListView]
|
||||||
/// and [StreamMessageInput]
|
/// and [StreamMessageInput]
|
||||||
///
|
///
|
||||||
/// If you now run the simulator you will see a single channel UI.
|
/// If you now run the simulator you will see a single channel UI.
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
|||||||
/// The [ChannelListPage] widget retrieves the list of channels based on a
|
/// The [ChannelListPage] widget retrieves the list of channels based on a
|
||||||
/// custom query and ordering. In this case we are showing the list of
|
/// custom query and ordering. In this case we are showing the list of
|
||||||
/// channels in which the current user is a member and we order them based
|
/// channels in which the current user is a member and we order them based
|
||||||
/// on the time they had a new message.
|
/// on the time they had a new message.
|
||||||
/// [StreamChannelListView] handles pagination
|
/// [StreamChannelListView] handles pagination
|
||||||
/// and updates automatically when new channels are created or when a new
|
/// and updates automatically when new channels are created or when a new
|
||||||
/// message is added to a channel.
|
/// message is added to a channel.
|
||||||
|
|||||||
Reference in New Issue
Block a user