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
I tried to use a custom delegate for StaggeredGrid but I found that I can not access the abstract class StaggeredGridDelegate. It is defined in /src/rendering/staggered_grid.dart but that file is not exported in flutter_staggered_grid_view.dart file. Filesrc/rendering/sliver_simple_grid_delegate.dart is exported though.
Is there something I'm missing?
Thank you.
The text was updated successfully, but these errors were encountered:
I tried to use a custom delegate for
StaggeredGrid
but I found that I can not access the abstract classStaggeredGridDelegate
. It is defined in/src/rendering/staggered_grid.dart
but that file is not exported influtter_staggered_grid_view.dart
file. Filesrc/rendering/sliver_simple_grid_delegate.dart
is exported though.Is there something I'm missing?
Thank you.
The text was updated successfully, but these errors were encountered: