Filter State Flutter Component
Provides an interface for managing any search filters.
Represents a search operation state and abstraction over search parameters.
The SearchState
class lets you provide raw search parameters to the Algolia API.
Algolia for Flutter is an open source library that lets you quickly build a search and discovery interface in your cross-platform Flutter application. The goal of the library is to help you implement awesome search experience as smoothly as possible, including autocomplete search experience, faceting, sorting, search hits highlighting and much more. Algolia Flutter Helper tackles an important part of this vast goal by providing business-logic components and helpers so that you can assemble into unique search interface. It joins the InstantSearch libraries family, but provide only the basic functionalities.
Was this useful?
Resources
Docs: Search State - Flutter
Recommended content
Provides an interface for managing any search filters.
Components that display metadata about the current search and its results.
Set of tools to highlight relevant parts of the search results.