algorithmic_search 0.0.1 algorithmic_search: ^0.0.1 copied to clipboard
A versatile Flutter package providing a customizable search sheet widget for single and multi-select functionality, with support for custom search criteria, selection management, and flexible UI confi [...]
Changelog #
0.0.1 #
- Initial release of
algorithmic_search
package. - Added
SearchSheet
widget for single and multi-select search functionality. - Implemented
SearchSheetController
for managing selected items and notifying listeners. - Added
SearchSheetType
enum to supportsingleSelect
andmultiSelect
modes. - Configurable properties:
showSelectedItems
to display selected items at the top.- Customizable padding, spacing, and run spacing for item layout.
searchCriteria
for filtering items based on search input.itemBuilder
for defining the appearance of each item.
- Example app included with usage of both single and multi-select modes.