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.buildermethod for creating dynamic horizontal list views. - Customize the number of items displayed per row, spacing, and more with ease.
- Utilize the
itemCountanditemBuilderparameters to populate your list dynamically.
- Introducing the
-
Added
childrenParameter toHorizontalListView:- The
HorizontalListViewwidget now supports achildrenparameter. - 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.