flutter_searchbox 2.3.1-without-speech
flutter_searchbox: ^2.3.1-without-speech copied to clipboard
Flutter Searchbox provides declarative API to query Elasticsearch, and binds UI widgets with different types of search queries. As the name suggests, it provides a searchbox UI widget for Elasticsearc [...]
2.3.0-without-speech 19-10-2021 #
- Update provider package
2.2.1-without-speech 09-09-2021 #
- Update provider package
2.2.0-without-speech 24-08-2021 #
- Remove speech to text
2.2.0-nullsafety 19-08-2021 #
- Add support for
clearOnQueryChange
property
2.0.1-nullsafety 20-07-2021 #
- Add support for
index
property in search widget connector - Remove
dataField
validation (required)
2.0.0-nullsafety 13-05-2021 #
- Add support for null safety
1.2.0 13-03-2021 #
- Add support to customize voice search experience
1.1.0 25-02-2021 #
- Add support for voice search in
SearchBox
widget
1.0.0 19-02-2021 #
- Add
aggregationSize
property to define size of aggregations - Fix an issue with multiple API calls to recent searches when query is empty
1.0.0-alpha.6 17-02-2021 #
- Update searchbase
1.0.0-alpha.5 05-02-2021 #
- Add support to implement pagination with aggregations
1.0.0-alpha.4 22-01-2021 #
- Update searchbase that introduces a breaking change to rename SearchWidget class to SearchController class
1.0.0-alpha.3 22-01-2021 #
- Format Docs
1.0.0-alpha.2 21-01-2021 #
- Update example to fix hot reloading issues
- Catch error while triggering click analytics
- Fix suggestions parsing when
dataField
is not defined - Display popular suggestions as default suggestions
- Update example to persist search query
1.0.0-alpha.1 14-01-2021. #
- Format docs
1.0.0-alpha 14-01-2021. #
- Add
SearchBaseProvider
widget - Add
SearchBox
widget - Add
SearchWidgetConnector
widget