algorithmic_search 0.0.2 copy "algorithmic_search: ^0.0.2" to clipboard
algorithmic_search: ^0.0.2 copied to clipboard

Customizable Flutter search sheet with single/multi-select modes, flexible UI, and selection management.

Changelog #

0.0.2 #

New Features #

  • Conditional Item Display: Added a new parameter showAllItemsOnEmptyQuery to control whether all items are displayed when the search query is empty.
    • Default: true.
    • If set to false, the list is hidden when the query is empty.
  • Empty Query Message: Added a parameter emptyQueryMessage to display a custom message when no items are shown due to an empty query.
    • Default: "No items found. Please type to search."

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 support singleSelect and multiSelect 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.
5
likes
160
points
16
downloads

Publisher

verified publisheralgoritmikfikir.com

Weekly Downloads

Customizable Flutter search sheet with single/multi-select modes, flexible UI, and selection management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on algorithmic_search