flutter_searchbox 3.0.0-without-speech copy "flutter_searchbox: ^3.0.0-without-speech" to clipboard
flutter_searchbox: ^3.0.0-without-speech copied to clipboard

outdated

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 [...]

[3.0.0-without-speech] - 21-04-2022 #

  • Add [StateProvider] widget.
  • Breaking Change (as per searchbase: 3.0.0)
    • [SearchWidgetConnector]/ [SearchController] accepts subscribeTo as [List
    • subscribeToStateChanges() now accepts array of enums ([KeysToSubscribe]) for properties to subscribe, instead of hard-coded strings. Also, the subscription callback function receives a [ChangesController] class argument instead of [Changes] type. - before dart widgetInstance.subscribeToStateChanges((Changes change){ print('${changes['results']!.next}'); }, ['results']); - after dart widgetInstance.subscribeToStateChanges((ChangesController change){ print('${changes.Results!.next}'); }, [KeysToSubscribe.Results]);

      Refer to docs to see the [KeysToSubscribe] enum defined under types.dart

[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
22
likes
0
points
1.41k
downloads

Publisher

verified publisherappbase.io

Weekly Downloads

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 Elasticsearch and Appbase.io.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_feather_icons, provider, searchbase, speech_to_text

More

Packages that depend on flutter_searchbox