flutter_searchbox_ui 1.0.13-alpha
flutter_searchbox_ui: ^1.0.13-alpha copied to clipboard
Flutter Searchbox UI provides ui widgets to perform different type of search queries. As the name suggests, it provides UI widgets for Elasticseasrch.
1.0.13-alpha 19-11-2021. #
- Add SelectedFilters widget
- Update RangeInput widget to support SelectedFilters widget.
1.0.12-alpha 17-11-2021. #
1.0.11-alpha 03-11-2021. #
- Update flutter searchbox
1.0.8-alpha 26-10-2021. #
- Update docs
1.0.7-alpha 26-10-2021. #
- Add support for
ReactiveGoogleMap
component
1.0.6-alpha 13-10-2021. #
Define new props.
- closeIcon => To customize close icon in input box.
- dropdownIcon=> To customize dropdown icon.
1.0.5-alpha 08-10-2021. #
- Refined logic for default value and query firing.
1.0.4-alpha 07-10-2021. #
- Adds detailed defs for
range
parameter. - Refactors example to display
RangeInput
on the HomePage. - Changes
no limit
tono_limit
, for unbounded upper bound. - updated example with all arguments usage
1.0.3-alpha 06-10-2021. #
- Allows custom stlyes to be set.
- Fixes broken ui when clearing dropdown.
- Triggers query with default values.
- Supports unbounded upper limit via
no limit
dropdown option.
1.0.2-alpha 30-09-2021. #
- Simplified RangeInput Example.
- Fix
Readme
for example.
1.0.1-alpha 30-09-2021. #
- Fix
RangeInput
widget for bugs.- validation bugs.
- display range labels for text input also.
- updated documentation with relevant example snippets.
1.0.0-alpha 30-09-2021. #
- Add
RangeInput
widget