You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with PagedMasonryGridView we have to declare gridDelegateBuilder, but the current implementation doesn't expose any delegates (any implementation of SliverSimpleGridDelegate) that we can use.
Proposal
Export all delegates from sliver_simple_list_delegate.
The text was updated successfully, but these errors were encountered:
Use case
When working with
PagedMasonryGridView
we have to declaregridDelegateBuilder
, but the current implementation doesn't expose any delegates (any implementation ofSliverSimpleGridDelegate
) that we can use.Proposal
Export all delegates from
sliver_simple_list_delegate
.The text was updated successfully, but these errors were encountered: