horizontal_list_view 1.1.0 horizontal_list_view: ^1.1.0 copied to clipboard
Simple horizontal list view widget for displaying a list of items in a horizontal layout with fixed crosAxisCount.
[1.1.0] - 9/26/2023 #
-
HorizontalListView.builder Method Added:
- Introducing the
HorizontalListView.builder
method for creating dynamic horizontal list views. - Customize the number of items displayed per row, spacing, and more with ease.
- Utilize the
itemCount
anditemBuilder
parameters to populate your list dynamically.
- Introducing the
-
Added
children
Parameter toHorizontalListView
:- The
HorizontalListView
widget now supports achildren
parameter. - You can directly specify a list of child widgets for a simpler static list view setup.
- The
Bug Fixes #
- Fixed several bugs and issues to improve the overall stability and performance.
- [List any specific bug fixes or issues addressed]
[1.0.4] - 9/23/2023 #
- Resolved minor bugs.
[1.0.3] - 9/23/2023 #
- Minor Changesy.
[1.0.2] - 9/23/2023 #
- Minor Changesy.
[1.0.1] - 9/23/2023 #
- Minor Changesy.
[1.0.0] - 9/23/2023 #
- Initial release.