[core] add default pagination value + implement pagination in example
This commit is contained in:
@@ -64,7 +64,10 @@ class ChannelListCore extends StatefulWidget {
|
||||
this.filter,
|
||||
this.options,
|
||||
this.sort,
|
||||
this.pagination,
|
||||
this.pagination = const PaginationParams(
|
||||
offset: 0,
|
||||
limit: 25,
|
||||
),
|
||||
this.channelListController,
|
||||
}) : assert(errorBuilder != null),
|
||||
assert(emptyBuilder != null),
|
||||
|
||||
Reference in New Issue
Block a user