Get Started with Reactive Search Flutter

Use our step-by-step guide to learn all about Reactive Search flutter, or check out our docs.

1

Add Dependencies

Add Flutter SearchBox dependencies to your pubspec.yaml file.

dependencies:

flutter_searchbox: ^1.0.0

searchbase: ^1.0.0

2

Install

You can install packages from the command line:


$ flutter pub get

3

Configure SearchBase

For example :

final searchbaseInstance = SearchBase(

'your-index-name',

'your-elasticsearch-url',

'your-appbase-credentials',

appbaseConfig: AppbaseSettings( … ),

);

DEJAVU

4

UI Components

Add UI components for Search, Lists, Ranges, and Results.

Or add in your own UI components.

6

Start Your Project

You're all set! Start your Flutter project by running:


$ flutter run

Build a live app in 5 easy steps

Go from scratch to creating a data-driven search app with our beginner friendly quick start guide.

Get dedicated support

We offer production support for ReactiveSearch. Work with us to bring your dream project to life.