reusable_list_view 0.0.5
reusable_list_view: ^0.0.5 copied to clipboard
A collection of reusable, customizable list and scroll widgets for Flutter with built-in search, grid, and scroll visibility features.
Changelog #
All notable changes to this project will be documented in this file.
0.0.5 #
0.0.3 #
- Renamed AppListViewBuilderWithSearch as AppSearchableListViewBuilder.
0.0.2 #
- Update Export File.
0.0.1 #
- Initial release of
reusable_list_viewpackage. - Includes reusable widgets for:
- ListView (basic, with scroll controller, with search)
- GridView
- SingleChildScrollView
- Built-in search filtering via
ListFilterExtension. - Scroll direction listener with
DialVisibleCubitfor dynamic visibility handling. - Configurable list separators and scroll behavior.
- Designed for flexibility and minimal boilerplate in Flutter projects.