letsar / flutter_staggered_grid_view

A Flutter staggered grid view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use `StaggeredGrid.custom` since `StaggeredGridDelegate` is not accessible through library `flutter_staggered_grid_view`.

marcos-toranzo opened this issue · comments

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.