Filter State Flutter Component
Provides an interface for managing any search filters.

Looking for our logo?
A FilterState
consists of one or several filters, organized in groups. Each group can contain multiple filters.
Facet.Filter
Facet.Numeric
Facet.Tag
FilterState
provides a simple interface to deal with filter grouping and their respective boolean operator. The FilterState
can be modified at any moment by adding or removing filters.
This component is part of the InstantSearch open source UI library that lets you quickly build a search interface in your frontend application.
InstantSearch’s goal is to help you implement awesome search experiences as smoothly as possible by providing a complete search ecosystem. InstantSearch tackles an important part of this vast goal by providing frontend widgets that you can assemble into unique search interfaces.
Was this Useful?
Please select the reason(s) for your feedback. The additional information you provide helps us improve Code Exchange:
Please select at least one of the following options
Please select the reason(s) for your feedback. The additional information you provide helps us improve Code Exchange:
Please select at least one of the following options
Support
Built and supported by Algolia
Provides an interface for managing any search filters.
A widget that allows you reach into the current search state.
Components that display a list of arbitrary filters.