loader_search_bar library
Flutter widget integrating search field feature into app bar, allowing to receive query change callbacks and automatically load new data set into ListView.
Classes
-
QuerySetLoader<
T> - Widget that loads data set for current query string and transforms it into ListView populated with loaded data
-
QuerySetLoaderState<
T> - SearchBar
- Search field widget being displayed within Scaffold element. Depending on its state and passed attributes it can be rendered as an appBar action, expanded to its full size when activated or merged with appBar, making the search field visible although not activated. [...]
- SearchBarAttrs
- Holder class containing attributes used during building SearchBar widget that can be adjusted. Each of the attributes is optional and takes its default value if omitted.
- SearchBarState
Typedefs
-
QuerySetCall<
T> (String query) → List< T> -
QuerySetItemBuilder<
T> (T item) → Widget