searchbase 1.0.0-alpha copy "searchbase: ^1.0.0-alpha" to clipboard
searchbase: ^1.0.0-alpha copied to clipboard

outdated

SearchBase is a library to build the search UIs with Elasticsearch.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add searchbase
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  searchbase: ^1.0.0-alpha
copied to clipboard

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:searchbase/searchbase.dart';
copied to clipboard
6
likes
0
points
1.4k
downloads

Publisher

verified publisherappbase.io

Weekly Downloads

2024.05.31 - 2025.04.25

SearchBase is a library to build the search UIs with Elasticsearch.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

collection, http

More

Packages that depend on searchbase