snapping_horizontal_listview 0.0.1 copy "snapping_horizontal_listview: ^0.0.1" to clipboard
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),
)
1
likes
110
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

an general horizontal listview which has some option to render UI

Documentation

API reference

License

MIT (license)

Dependencies

carousel_slider, flutter

More

Packages that depend on snapping_horizontal_listview