Merge pull request #509 from GetStream/release/v2.0.0-nullsafety-8

chore: v2.0.0 nullsafety.8
This commit is contained in:
Salvatore Giordano
2021-06-29 13:36:45 +02:00
committed by GitHub
14 changed files with 140 additions and 44 deletions
@@ -68,7 +68,6 @@ class MessageListCore extends StatefulWidget {
required this.emptyBuilder,
required this.messageListBuilder,
required this.errorWidgetBuilder,
this.showScrollToBottom = true,
this.parentMessage,
this.messageListController,
this.messageFilter,
@@ -94,10 +93,6 @@ class MessageListCore extends StatefulWidget {
/// event of a connection failure.
final ErrorBuilder errorWidgetBuilder;
/// If true will show a scroll to bottom message when there are new messages
/// and the scroll offset is not zero.
final bool showScrollToBottom;
/// If the current message belongs to a `thread`, this property represents the
/// first message or the parent of the conversation.
final Message? parentMessage;
@@ -99,7 +99,7 @@ class UserListCore extends StatefulWidget {
/// created_at or member_count. Direction can be ascending or descending.
final List<SortOption>? sort;
///
/// If true youll receive user presence updates via the websocket events
final bool? presence;
/// Pagination parameters