Skip to content

Commit

Permalink
flutter-searchbox: release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdashraf010897 committed May 18, 2024
1 parent 982f00e commit 5752b45
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Searchbox

Searchbox is a lightweight and performance focused search UI component library to query and display results from your ElasticSearch index using declarative props. It's available for React, Vue, React Native and Flutter. This repo contains the Flutter variant of the library. If you're looking for other variants, you can go [here](https://github.com/appbaseio/searchbox).
Searchbox is a lightweight and performance focused search UI component library to query and display results from your Elasticsearch index using declarative props. It's available for React, Vue, React Native and Flutter. This repo contains the Flutter variant of the library. If you're looking for other variants, you can go [here](https://github.com/appbaseio/searchbox).

<p align="center">
<a href="https://github.com/appbaseio/searchbase/tree/master/packages/searchbox" style="padding: 10px; display: inline;"><img width="30%" src="https://docs.appbase.io/images/[email protected]" alt="searchbox" title="searchbox" /></a>
Expand Down Expand Up @@ -49,7 +49,7 @@ Please check the [contribution guide](.github/CONTRIBUTING.md).

- [**ReactiveSearch**](https://github.com/appbaseio/reactivesearch/) React, React Native and Vue UI components for building data-driven apps with Elasticsearch.

- [**arc**](https://github.com/appbaseio/arc) API Gateway for ElasticSearch (Out of the box Security, Rate Limit Features, Record Analytics and Request Logs).
- [**arc**](https://github.com/appbaseio/arc) API Gateway for Elasticsearch (Out of the box Security, Rate Limit Features, Record Analytics and Request Logs).

- [**dejavu**](https://github.com/appbaseio/dejavu) allows viewing raw data within an appbase.io (or Elasticsearch) app. **Soon to be released feature:** An ability to import custom data from CSV and JSON files, along with a guided walkthrough on applying data mappings.

Expand Down
6 changes: 6 additions & 0 deletions flutter_searchbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.0

- stable release
- update searchbase to ^4.0.0


## 4.0.0-alpha.7

- update searchbase to ^4.0.0-alpha.6
Expand Down
6 changes: 3 additions & 3 deletions flutter_searchbox/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0-alpha.7"
version: "4.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -227,10 +227,10 @@ packages:
dependency: "direct main"
description:
name: searchbase
sha256: b5976f156e8925b491407fd3cba21fb2c12b98e34d99a61b0acf73f9e72d37e3
sha256: "31c6b3eba880354b261d80dd9bcead4d20733586a648c626214b716bfe86132f"
url: "https://pub.dev"
source: hosted
version: "4.0.0-alpha.6"
version: "4.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion flutter_searchbox/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ environment:
dependencies:
flutter:
sdk: flutter
searchbase: ^4.0.0-alpha.6
searchbase: ^4.0.0
speech_to_text: ^6.1.0
flutter_searchbox:
path: ./../
Expand Down
4 changes: 2 additions & 2 deletions flutter_searchbox/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ packages:
dependency: "direct main"
description:
name: searchbase
sha256: b5976f156e8925b491407fd3cba21fb2c12b98e34d99a61b0acf73f9e72d37e3
sha256: "31c6b3eba880354b261d80dd9bcead4d20733586a648c626214b716bfe86132f"
url: "https://pub.dev"
source: hosted
version: "4.0.0-alpha.6"
version: "4.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
6 changes: 3 additions & 3 deletions flutter_searchbox/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_searchbox
description: Flutter Searchbox provides UI widgets for building search UIs with ReactiveSearch, powered by ElasticSearch or OpenSearch
version: 4.0.0-alpha.7
description: Flutter Searchbox provides UI widgets for building search UIs with ReactiveSearch, powered by Elasticsearch or OpenSearch
version: 4.0.0
homepage: https://github.com/appbaseio/flutter-searchbox

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
flutter_feather_icons: ^2.0.0+1
searchbase: ^4.0.0-alpha.6
searchbase: ^4.0.0
provider: ^6.0.0

dev_dependencies:
Expand Down

0 comments on commit 5752b45

Please sign in to comment.