fluttercandies/flex_grid

Cant use indicatorBuilder

Closed this issue · 2 comments

indicatorBuilder not mapping inside flex_grid code

yes i meet same problem. Hope the author add the indicatorBuild inside the flex_grid.dart line 312
LoadingMoreSliverList(
SliverListConfig(
sourceList: widget.source,
itemExtent: widget.highPerformance ? _cellStyle.height : null,
of the indicatorBuild.
inherit the indicatorBuild inside the _FlexGridState from his widget FlexGrid

sorry miss this.

fix with d3181b1