snapping_horizontal_listview 0.0.1
snapping_horizontal_listview: ^0.0.1 copied to clipboard
an general horizontal listview which has some option to render UI
snapping_horizontal_listview #
An horizontal listview which has snapping scrollphysic supported
how to use: #
CustomHorizontalList<Category>(
categories,
itemWidth: 100,
itemHeight: 100,
contentPadding: 8,
paddingBetweenItem: 8,
listType: CustomHorizontalListType.snapping,
itemBuilder: (category, index) => CategoryItem(category: category),
)