0 purchases
sliverlist seperated
This package helps to make a seperated sliver list for adding a widget between the sliverlist like ListView.Seperated.
Usage #
CustomSliverList.separated(
itemCount: 2000,
itemBuilder: (context, index) => Text("$index"),
separatorBuilder: (context, index) => SizedBox(
height: 8,
),
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.