flutter_searchify library

Classes

FlutterSearchify<T>
A highly customizable search bar widget with live results and history dropdown.
Style
A class that defines the styling options for FlutterSearchify.

Typedefs

ListItem<T> = Widget Function(T model)
SearchObject<T> = Future<List<T>> Function(String keyword)