Skip to content

Commit

Permalink
flutter_searchbox_ui: 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 5752b45 commit 9e3e703
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 19 deletions.
4 changes: 4 additions & 0 deletions flutter_searchbox_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.0
- stable release
- update searchbase, flutter_searchbox

## 4.0.0-beta.1

- update searchbase and flutter_searchbox:
Expand Down
3 changes: 2 additions & 1 deletion flutter_searchbox_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ $ flutter pub get

The following example renders a `RangeInput` ui widget from the `flutter_searchbox_ui` library with id `range-filter` to render a range input selector,. This widget is being used by `map-widget` to filter the earthquakes markers data based on the range of `magnitude` of earthquakes, selected in `range-filter`(check the `react` property).

```dartimport 'package:flutter/material.dart';
```dart
import 'package:flutter/material.dart';
import 'package:searchbase/searchbase.dart';
import 'package:flutter/services.dart';
import 'package:flutter/foundation.dart';
Expand Down
10 changes: 5 additions & 5 deletions flutter_searchbox_ui/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@ packages:
dependency: "direct main"
description:
name: flutter_searchbox
sha256: f56aab613e58a8c2934b10fb43ed929c11d6c2c7d8388db412bfb299ccd0b2d8
sha256: c83073ca395195d9669dfe34d97b292baa8fa709c15445c186fb75079dc761b5
url: "https://pub.dev"
source: hosted
version: "4.0.0-alpha.7"
version: "4.0.0"
flutter_searchbox_ui:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "4.0.0-alpha.5"
version: "4.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -323,10 +323,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
4 changes: 2 additions & 2 deletions flutter_searchbox_ui/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies:
sdk: flutter
google_maps_flutter: ^2.5.0
google_maps_flutter_ios: ^2.3.2
flutter_searchbox: ^4.0.0-alpha.7
searchbase: ^4.0.0-alpha.6
flutter_searchbox: ^4.0.0
searchbase: ^4.0.0
flutter_searchbox_ui:
path: ./../

Expand Down
2 changes: 1 addition & 1 deletion flutter_searchbox_ui/lib/src/components/range_input.dart
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ class RangeInput extends StatefulWidget {
/// ```
final Widget Function(bool showError)? dropdownIcon;

RangeInput({
const RangeInput({
Key? key,
required this.id,
this.subscribeTo,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class ReactiveMap extends StatefulWidget {
/// If set to `true` then it would update the results as the map bounds change. Defaults to `false`.
final bool searchAsMove;

/// The [ReactiveGoogleMap] component uses the ElasticSearch hits to render the markers, if you wish to override the default markers then ``calculateMarkers` prop is the way.
/// The [ReactiveGoogleMap] component uses the Elasticsearch hits to render the markers, if you wish to override the default markers then ``calculateMarkers` prop is the way.
///
/// The below example uses the `aggregations` data to calculate the markers.
///
Expand Down Expand Up @@ -1524,7 +1524,7 @@ class ReactiveGoogleMap extends StatefulWidget {
/// If set to `true` then it would update the results as the map bounds change. Defaults to `false`.
final bool searchAsMove;

/// The [ReactiveGoogleMap] component uses the ElasticSearch hits to render the markers, if you wish to override the default markers then ``calculateMarkers` prop is the way.
/// The [ReactiveGoogleMap] component uses the Elasticsearch hits to render the markers, if you wish to override the default markers then ``calculateMarkers` prop is the way.
///
/// The below example uses the `aggregations` data to calculate the markers.
///
Expand Down
8 changes: 4 additions & 4 deletions flutter_searchbox_ui/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ packages:
dependency: "direct main"
description:
name: flutter_searchbox
sha256: f56aab613e58a8c2934b10fb43ed929c11d6c2c7d8388db412bfb299ccd0b2d8
sha256: c83073ca395195d9669dfe34d97b292baa8fa709c15445c186fb75079dc761b5
url: "https://pub.dev"
source: hosted
version: "4.0.0-alpha.7"
version: "4.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -308,10 +308,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
8 changes: 4 additions & 4 deletions flutter_searchbox_ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_searchbox_ui
description: Flutter Searchbox UI provides ui widgets to perform different type of search queries. As the name suggests, it provides UI widgets for Elasticseasrch.
version: 4.0.0-beta.1
description: Flutter Searchbox UI 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,10 +11,10 @@ dependencies:
dart_geohash: ^2.0.1
flutter:
sdk: flutter
flutter_searchbox: ^4.0.0-alpha.7
flutter_searchbox: ^4.0.0
google_maps_cluster_manager: ^3.0.0+1
google_maps_flutter: ^2.0.11
searchbase: ^4.0.0-alpha.6
searchbase: ^4.0.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 9e3e703

Please sign in to comment.