NoResultsView
component guides users when there are no results for a specific search by providing them with different ways to continue.
In the following example, the query “beautiful black bag” doesn’t match any result.
The NoResultsView
component hides all other components and lists two options to help users find relevant results:
- Check the query spelling.
- Searching again using more general terms.

Code summary
You can customizeNoResultsView
in:
Usage
Usage
External packages used
TheNoResultsView
widget is used with paging hits widgets which depend on the following Flutter packages:
Package | Description | Used by |
---|---|---|
infinite_scroll_pagination | Lazily load and display pages of items as users scroll down the screen | PagedHitsListView , PagedHitsGridView |