extended_list library

Classes

ExtendedGridView
A scrollable, 2D array of widgets.
ExtendedListDelegate
A delegate that provides extensions within the ExtendedGridView,ExtendedList,WaterfallFlow.
ExtendedListView
create by zmtzawqlp on 2019/11/23
ExtendedSliverFixedExtentList
A sliver that places multiple box children with the same main axis extent in a linear array.
ExtendedSliverGrid
A sliver that places multiple box children in a two dimensional arrangement.
ExtendedSliverList
create by zmtzawqlp on 2019/11/23

Mixins

ExtendedRenderObjectMixin
mixin of extended list render if sliver is all out of viewport then return -1,-1 or nothing

Typedefs

CollectGarbage = void Function(List<int> garbages)
Return indexes of children which are disposed to collect
LastChildLayoutTypeBuilder = LastChildLayoutType Function(int index)
The builder to get layout type of last child Notice: it should only for last child
PaintExtentOf = double Function(RenderBox? child)
Return paint extent of child
ViewportBuilder = void Function(int firstIndex, int lastIndex)
The builder to get indexes in viewport if sliver is all out of viewport then return -1,-1