ruki_search library

Classes

ISearchable
Class to make data searchable To use this class, extend it and implement the abstract methods searchId and data searchId is a unique identifier for the data data is the data to be searched Example:
ISearchableNotifier
Abstract class for the search controller To use this class, extend it and implement the abstract methods searchedData and searchSearchable searchedData is the data to be searched searchSearchable is the method to search the data Example:
SearchController
SearchDelegate
SearchPage
SearchPage A search page that can be used to search for data

Enums

SearchStates
States of the search loading when the search is loading error when an error occurs empty when the search returns no result success when the search is successful